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
Can you specify an access modifier for an enumeration?
Name which controls do not have events?
What is lastindexof c#?
What are functions in c#?
Which config file has all the supported channels/protocol?
What is the use of tryparse in c#?
What is datasource c#?
How to move to a state-related codebase?
Why are dynamic link library used over static one?
Which is better javascript or c#?
Why c# is type safe?
What is a nullreferenceexception and how do I fix it?
Describe ways of cleaning up objects in c#.
Explain how obfuscator works in .net
Is namespace necessary in c#?