Can you store multiple data types in System.Array?
Answer Posted / surya
No you can not. But if you use System.Collection.ArrayList
then you can store multiple data types in ArrayList but not
in case of System.Array.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Why main method is static in c#?
Is lazy thread safe c#?
What is check/uncheck?
What is asp net in c#?
List the 5 different access modifiers in c#?
What is difference between var dynamic and object in c#?
What is difference between events and delegates?
How do I unload an assembly?
What are the types in c#?
What is the full form of GAC? Explain its uses?
Is dll a library?
Why is hashset faster?
What are custom exceptions? Why do we need them?
What does args mean in c#?
What is difference between dictionary and hashtable in c#?