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


Please Help Members By Posting Answers For Below Questions

Is null or empty in c#?

726


Why do we need delegates in c#?

707


How can we set class to be inherited, but prevent the method from being over-ridden?

757


What is difference between ilist and list?

664


So what makes your code really object-oriented #?

683


Structs are not reference types. Can structs have constructors?

668


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

688


Is stringbuilder thread safe c#?

632


Explain the different types of delegates used in c#.

705


Explain the difference between a sub and a function in c#.

728


Is .net and c# the same?

720


Show us in simple steps to create setup & deployment project for windows application?

683


What is xml comments in c#?

684


Can we have multiple threads in one app domain?

691


What is regex replace in c#?

700