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
How can it prevents DLL Hell assembly versioning in .NET?
What is namespace c#?
What is session management in c#?
What are the classes contained in a single .NET DLL ?
What is difference between int and int in c#?
Can constructor be overloaded in c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is int parse in c#?
How many types of inheritance are there in c#?
Why do we use virtual methods in c#?
Write a sample code to write the contents to text file in c#?
Why do we need delegates?
What is data type in c# with example?
What is written in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?