Can you store multiple data types in System.Array?
Answer Posted / suyash
ideally we don't,, but we can....
we can do this by declaring object in array which can be
used for different data types!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is enum a class c#?
When To use HashTable In C#
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
what is method overloading in c#?
What is list collection in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Does google use c#?
What is data annotation in c#?
What is uint64_t?
What is the use of protected in c#?
Can namespace contain the private class?
What is the difference between ienumerable and enumerable?
How can you read 3rd line from a text file?
How do you access a constant field declared in a class?
Can class inherit from struct c#?