Many a times closely related objects can be handled effectively by creating their group. This is achieved in C# by using collections. There are two ways which we can use for grouping the objects together. 1. By creating array of objects 2. By creating collection of objects. Arrays are most useful for creating and working with a fixed number of elements of the same data type
Topics