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
Is datetime a value type in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
How do you implement thread synchronization in c#?
Is null in c#?
What is difference between int and int in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is private readonly in c#?
What is windows forms in c#?
What is dll hell, and how does .net solve it?
What is the difference between system.text.stringbuilder and system.string?
what is the index value of the first element in an array?
What is the difference between method overriding and method overloading?
What is namespace in oop?
In C#, explain the difference between overloading and overriding.
Does c# support multiple class inheritance?