C#

Array

You can store multiple variables of the same type in an array data structure.,You declare an array by specifying the type of its elements.,If you want the array to store elements of any type,you can specify object as its type.,In the unified type system of C sharp, all types, predefined and user-defined, reference types and value types, inherit directly o indirectly from Object.,