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 is the difference between early binding and late binding in c#?
Which operator cannot be overloaded in c sharp?
Difference between abstract classes and interfaces
Can destructors have access modifiers?
What is a class in unity?
What is the use of ispostback in c#?
What is singleordefault c#?
What are some examples of desktop applications?
What is the difference between finally and finalize block?
List the differences between method overriding and method overloading?
Which is better python or c#?
What is a template class?
What is the default value of date?
How do you sort an array in c#?
What is class in oops with example in c#?