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
Explain the steps to create satellite assembly?
Define delay signing?
What is msil, and why should developers need an appreciation of it if at all?
What are cookies in c#?
How string definitions will prevent escaping on backslashes in C#?
Can we instantiate abstract class in c#?
How we can create an array with non-default values?
What is interpolation in programming?
Is string immutable in c#?
What is instantiating a class in c#?
What is a satellite assembly in c#?
What are the different types of delegates?
How many constructors can a class have c#?
How to implement a singleton design pattern in c#?
What is short in c#?