What are the collection classes ?

Answers were Sorted based on User's Feedback



What are the collection classes ?..

Answer / senthil kumar

BitArray
ArrayList
HashTable
Stack
Queue

Is This Answer Correct ?    7 Yes 0 No

What are the collection classes ?..

Answer / sudhir sheoran

.Net framework provide specialized class for data storage
and retrieval called collection classes.
They provide support for list,array,stack,queue,hash table.
Mostly they are derived from ICollection,IEnumerable, Ilist,
IDictionary interfaces.
They are defined under system.collections

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Where do I put dll files?

0 Answers  


How is exception handling implemented in c#?

0 Answers  


What is the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers   Siebel,


Explain the types of errors in c#?

0 Answers  


What is sorted list in c#?

0 Answers  






What?s the implicit name of the parameter that gets passed into the class? set method?

3 Answers   Visual Soft,


What is whitespace in c#?

0 Answers  


explain the nature of the assembly work?

0 Answers   HCL,


Is multilevel inheritance possible in c#?

0 Answers  


Practcle scenario where I can use abstract class and where I can use Interface

1 Answers   Jeevan Technologies,


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


How many types of serialization are there in c#?

0 Answers  


Categories