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 are cshtml files?
How Is The Dll Hell Problem Solved In .net?
What does console mean c#?
Explain async and await?
Are structs value types c#?
What is the use of protected in c#?
Explain inheritance in c#?
Where is the keyword void used?
What is private protected in c#?
What does using system mean in c#?
In .NET how can you solve the DLL Hell problem?
How to move to a state-related codebase?
What is meant by enumerable in c#?
What is c sharp language?
Is c++ or c# better?