Answer Posted / gladiator
Dot Net Provides Collection Classes which are used for Data
Storage and Data Retrieval.
This collection classes implements the ICollection
Interface which extends IEnumerator interface.
IDictionary and IList Interface extends ICollection
Interfrace.
IList is for values, while IDictioanry is for collection of
(Key,Values) pair.
Collection that implement IList are: System.Array and
System.Collections.ArrayList.
Collections that implement IDictionary are Hashtable,
ListDictionary, SortedList, HybridDictionary.
Collections derived from ICollection are: Stak, BitArray,
Queue, NameValueCollection.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What does clr stand for?
What is main thread in c#?
What is the task perform by clr?
What is default access modifier for class in c#?
What are the different types of delegates?
What is difference between list and dictionary in c#?
Does c# have functions?
What is sqladapter c#?
How do I unload an assembly?
What are primitive types in c#?
What is hashtable c#?
What is the difference between virtual method and abstract method?
Can I fly with a loop recorder?
Explain About a class access specifiers and method access specifiers.
Can a class have static constructor?