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 are the differences between events and delegates in c#?
What is private static in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is xml document how do you open it?
How to create multi-dimensional array?
What is type safe in c#?
What does protected internal access modifier mean?
Why do we need constructors?
What is appdomain in c#?
Why do we need static class in c#?
What is an interface class in c#?
How Is The Dll Hell Problem Solved In .net?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Is nullable type c#?
What can you do as a .net developer?