Can you store multiple data types in System.Array?
Answer Posted / surya
No you can not. But if you use System.Collection.ArrayList
then you can store multiple data types in ArrayList but not
in case of System.Array.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are class fields?
Is c# a technology?
What is the data type for bit in c#?
What is verbatim string literal in c#?
What are the Types of compatabilities and explain them
What does using system mean in c#?
Is an interface a type c#?
What is the difference between paramaterized constructor and copy constructor?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What is cts, clr?
What is interface inheritance?
What is the default scope of a class in c#?
What is difference between private and static constructor?
What is c# commonly used for?
i want o/p 011242110 in c# code.