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 an indexer do?
What is interface c#?
What does do in c#?
Explain About .NET Remoting and types of remoting
Is c# good for games?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Can we inherit partial class in c#?
Enlist all the components of an ado.net framework?
Is c and c# the same?
What is an array class?
What is ControlBox Propertie
How to use delegates with events?
Is as operator in c#?
Why do we use static class in c#?
Can bool be null c#?