What r collections c sharp?

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


Please Help Members By Posting Answers For Below Questions

What are the types of access modifiers?

453


Which technology is best for desktop application?

436


What is a data set in c#?

509


What is Dependency of Injection?

535


Is dictionary reference type c#?

478






From which base class do all Web Forms inherit from?

521


Is multilevel inheritance possible in c#?

478


Explain the difference between a Private Assembly and a Shared Assembly

515


What is multicast delegate explain with example?

460


What does type safety mean?

577


Can we inherit a private class in c#?

462


What is sealed class in c#?

521


Why do we Need of static class in c#?

646


List the 5 different access modifiers in c#?

508


How Global.asax is used ?

613