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 the lock statement in c#?
Why do we need constructor in c#?
Why do we use struct in c#?
What is a .aspx file?
What are logical operators in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
How do I start a program in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What is difference between a constant and read-only in C#?
What is the difference between list and array in c#?
How can an inner class access the members of outer class?
Can a struct inherit from an interface in c#?
What is session and cookies in c#?
What language is c# similar to?
What is exe in c#?