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
What is delegates in c# and uses of delegates?
What does return do in unity?
What is dataadapter c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why singleton class is sealed?
Why can’t struct be used instead of class for storing entity?
Are structs value types c#?
Is post back in c#?
Explain About DTS package
What can you do as a .net developer?
What is difference between arraylist and list in c#?
What is ispostback c#?
Are attributes inherited c#?
Can an abstract class have a constructor c#?
For read-only operation which property you have to designated?