What are the collection classes ?
Answer Posted / 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 View All Answers
What does private void mean in c#?
Is array a list?
What is a console?
What is private in c#?
How are methods overloaded?
Can a struct inherit from an interface in c#?
Is it not possible to store a boolean value as a variable?
Differentiate between static class and singleton instance?
How long does it take to get a loop recorder put in?
What is integer c#?
What is a virtual property. Give an example?
How are Windows programs different from normal C-programs?
Is overriding of a function possible in the same class?
Can I define a type that is an alias of another type (like typedef in c++)?
What is delegates in c# and uses of delegates?