Can you store multiple data types in System.Array?
Answer Posted / srivathsan
i guess you cannot do that in a list too. because an array
list is also type safe.
eg:
List<int> arraylist = new List<int>();
the arraylist can contain only integer items.You cannot
store an item that is not an integer type in the arraylist.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is extension method in c sharp?
What are different types of Delegates in C#?
What is dictionary collection in c#?
Distinguish between finally and finalize blocks?
Is class reference type c#?
Why c# is called c sharp?
Explain the difference between abstract class and interface in .net?
How big is a float?
What is hierarchical inheritance in c#?
Why we use get set property in c#?
What is difference between il and dll ?
Are value types sealed?
What is the and operator in c#?
What is a type c#?