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
What is difference between web and window application?
What is the difference between first and firstordefault?
What is console readkey in vb net?
How do namespaces work?
What is a dll in c#?
What does char mean in c#?
How do you declare a method in c#?
what is difference between destruct or and garbage collection ?
What are types in c#?
What is a Command Object in C#?
What is multicast delegate in c# ?
Can a struct inherit from an interface in c#?
What is int64 in c#?
Can arraylist hold primitive types?
Explain about CTS?