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 are extensions in c#?
Is it true that all c# types derive from a common base class?
What are the benefits of using windows services:
How does dll hell solve in .net?
What is option parameter in C#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is use of a HashTable in .NET?
Does c# have functions?
What is the relationship between a process, application domain, and application?
Why do we overload constructors?
What is a hash table in c#?
What is the real use of interface in c#?
What is different between Static Constructor and Private Constructor?
What is the difference between internal and private in c#?
What are immutable types in c#?