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
Why do we need to call CG.SupressFinalize?
What is assembly version series sequence?
What are the 2 types of data types available in c#?
What are cookies in c#?
How do you declare a method in c#?
Are arrays immutable c#?
What are abstract classes in c#?
What is the concept of strong names?
Can we have two main methods in c#?
What are the types of operator?
How to declares a two-dimensional array in C#?
Why do we need collections in c#?
What kind of the information stored inside the assembly?
What is windows application in c#?
Can you access a hidden base class method in the derived class?