Now that we know about primitive typesbasic class concepts, and interfaces, we can discuss ways that C## programs can manipulate groups of objects. Let’s dive into learning about arrays and collections!

Arrays

An array is a collection of objects, each of which is of the same type. Items in an array are called elements. We declare an array by specifying the type of the elements in it:

#c# in simple terms #c++ #c

C# in Simple Terms - Arrays and Collections
1.25 GEEK