Can you store multiple data types in System.Array?
Answer Posted / surya
No you can not. But if you use System.Collection.ArrayList
then you can store multiple data types in ArrayList but not
in case of System.Array.
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Is null or empty in c#?
Why do we need delegates in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is difference between ilist and list?
So what makes your code really object-oriented #?
Structs are not reference types. Can structs have constructors?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
Is stringbuilder thread safe c#?
Explain the different types of delegates used in c#.
Explain the difference between a sub and a function in c#.
Is .net and c# the same?
Show us in simple steps to create setup & deployment project for windows application?
What is xml comments in c#?
Can we have multiple threads in one app domain?
What is regex replace in c#?