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
Which constructor is called first in c#?
Explain About disco and uddi
What is difference between interface and abstraction?
Can bool be null c#?
Do loops c#?
Classes and structs can be declared as static, is this statement true or false?
What is the use of nullable types in c#?
Where do we use static class in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is the use of console readkey ()?
What are the uses of delegates in c#?
Tell me the difference between value passing and address passing?
What is private class in c#?
What is a static in c#?
What is a collection class in c#?