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


Please Help Members By Posting Answers For Below Questions

What is Implicit conversion in C#?

763


What is binding in c#?

655


What is literal control

742


What are the Types of configuration files and their differences

742


List some of the basic string operation?

678






Explain the difference between private and shared assembly?

649


Why dataset is used in c#?

701


What are collections in c#?

652


What are classes in c#?

744


What is difference between continue and break in c#?

664


Why abstract class can not be instantiated?

620


What is c sharp language?

684


What does this keyword mean in c#?

685


Is dictionary a collection?

618


Why do we need constructors?

654