Which collection will you use to store different types of
objects collection like... int, employee, student, object
etc.
Answer Posted / sumithra
We can use structure. Structure holds different types of data where as array is homogenous.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Explain anonymous type in c#?
What are native functions?
Differentiate between sqlclient oledb and providers?
What is uint c#?
what is a enumeration in c#
Explain hash table in c# ?
What is the difference between arraylist and list in c#?
What are interfaces in c#?
Explain About CLS?
What is difference between array and list?
Is stringbuilder faster than string concatenation c#?
Does c# support properties of array types?
What is a scope in c#?