Collection classes are specialized classes for data storage and retrieval. These classes provide support for stacks, queues, lists, and hash tables. Most
collection classes implement the same interfaces. ... These classes create
collections of objects of the Object class, which is the base class for all data types in
C#.
read more >>