Can you store multiple data types in System.Array?
Answer Posted / rakesh
Storing multiple data types in System.Array is not
possible,if u want to store multiple data type means use
ArrayList.It is auto expandable too
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Are value types sealed?
What is xaml file in c#?
What are actions in c#?
What is sorted list in c#?
what is method overloading in c#?
Which is faster dictionary or list?
Explain the steps to create satellite assembly?
What is xpath in c#?
What is the difference between static and private constructor?
How can you force derived classes to provide new method implementations for virtual methods?
What is difference between dictionary and list in c#?
Why should I use interface in c#?
Explain About .NET Remoting and types of remoting
What is command object in c#?
What are the advantages of generics in c#?