Which collection will you use to store different types of
objects collection like... int, employee, student, object
etc.
Answer Posted / rasik bihari
I would use array list. Every element in an array list is
of object type. Since object class is base class of all the
types in .net or any custom class so it will be possible to
store different types of objects like int,employee(Custom
class), student(custom class), object (base class itself)
into an Array list collection.
Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
What is Implicit conversion in C#?
What is binding in c#?
What is literal control
What are the Types of configuration files and their differences
List some of the basic string operation?
Explain the difference between private and shared assembly?
Why dataset is used in c#?
What are collections in c#?
What are classes in c#?
What is difference between continue and break in c#?
Why abstract class can not be instantiated?
What is c sharp language?
What does this keyword mean in c#?
Is dictionary a collection?
Why do we need constructors?