Can you store multiple data types in System.Array?
Answer Posted / ramu
If you want to store multiple data types use Hashtable.
In array you cannot store multiple data types.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can we set class to be inherited, but prevent the method from being over-ridden?
Can we create extension method for interface?
Where do we use serialization in c#?
Structs are largely redundant in c++. Why does c# have them?
What are the different types of assemblies available and their purpose?
How can I access the registry from c# code?
What tool we have to use to install assembli in gac folder.
What is hash c#?
List some of the basic string operation?
What is 8 bit signed integer?
What is default constructor c#?
What is the difference between constant and readonly in c#?
what class is underneath the sortedlist class?
Explain the concepts of cts and cls(common language specification).
What are the types of comment in c# with examples?