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
What is difference between array and list?
Which is faster hashtable or dictionary?
Why do I get a syntax error when trying to declare a variable called checked?
What is object type in c#?
What is protected internal modifier in C#?
What is a dimensional array?
if a method is marked as protected internal who can access it?
What are the properties of string?
Can a constructor be private in c#?
What is difference between function and method in c#?
How to open a new form on button click in Windows forms?
Can a method be sealed in c#?
What is an assembly in dotnet?
How to achieve polymorphism in c#?
What is difference between continue and break in c#?