Can you store multiple data types in System.Array?
Answer Posted / tsahi
Yes you can, if you have an object array. since
System.Object is the base class of all other types, an item
in an array of Objects can have a reference to any other
type of object.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
How does a while loop work?
What is stringbuilder c#?
What is use of list in c#?
What is the default value of decimal in c#?
What is difference between yielding and sleeping?
how to sort an array in c#
what is an exception in .net?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Is array reference type in c#?
What are classes in c#?
What are anonymous functions in c#?
What is difference between static and constant variable?
What is sorted list in c#?
What is inheritance c#?
What is the difference between int and int in c#?