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 the different types of assemblies available and their purpose?
Is there a way of specifying which block or loop to break out of when working with nested loops?
How is exception handling implemented in c#?
What is a float?
Are c# destructors the same as c++ destructors?
Why do we need indexer in c#?
What is system console writeline in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What do you mean by shared assembly?
what is a constructor? What is a destructor?
What is assembly manifest?
How do you name a variable in c#?
Why do we need private constructor in c#?
What are the steps to make an assembly to public?
How long has c# been around?