Can you store multiple data types in System.Array?
Answer Posted / vishal shah
What payal has mentioned is absolutely right. Array doesnt
store different datatypes. but ArrayList can store
different types of datatype in a single object.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
If a child class instance is created, which class constructor is called first - base class or child class?
How you will create satellite assemblies?
Write a sample code to write the contents to text file in c#?
What are the problem with .NET generics?
Is std :: string null terminated?
What is the difference between asp net and c#?
How many constructors can a class have c#?
What is difference between managed and unmanaged code?
Is double a decimal?
What is the difference between throw and throw ex?
What do you mean by expression tree?
What is strong data type in c#?
Please explain the basic string operations used in c#?
What is the differences between datagrid, datalist and repeater in .net?
Can you use foreach iteration on arrays in c#?