Which collection will you use to store different types of
objects collection like... int, employee, student, object
etc.

Answers were Sorted based on User's Feedback



Which collection will you use to store different types of objects collection like... int, employee..

Answer / muralik.it

its better to use generic class ie list

Is This Answer Correct ?    6 Yes 1 No

Which collection will you use to store different types of objects collection like... int, employee..

Answer / 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

Which collection will you use to store different types of objects collection like... int, employee..

Answer / guest

Tuple

Is This Answer Correct ?    1 Yes 0 No

Which collection will you use to store different types of objects collection like... int, employee..

Answer / guest

structure

Is This Answer Correct ?    5 Yes 5 No

Which collection will you use to store different types of objects collection like... int, employee..

Answer / 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

More C Sharp Interview Questions

What is a multicast delegate in c#?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


What is string empty?

0 Answers  


What is view model in c#?

0 Answers  


Explain the difference between pass by value and pass by reference.

0 Answers   TCS,






What is yield break in c#?

0 Answers  


What is the default value of date?

0 Answers  


Explain use of abstract and sealed classes in c#?

0 Answers  


what are the events in delegate?

2 Answers   Choice Solutions,


hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......

0 Answers   Tricom,


Can namespace contain the private class?

0 Answers  


Explain dataadapter.update method in .net?

0 Answers  


Categories