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

Is c# and .net same?

0 Answers  


Which is faster iqueryable or ienumerable?

0 Answers  


What is console readkey in vb net?

0 Answers  


How to achieve polymorphism in c#?

0 Answers  


What is Co- and Contra-Variance in C#?

0 Answers  






What is instantiating a class in c#?

0 Answers  


What is view state c#?

0 Answers  


hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?

0 Answers  


What is cshtml extension?

0 Answers  


How do you define a predicate?

0 Answers  


When should I use static in C#?

0 Answers   SwanSoft Technologies,


If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


Categories