Heterogenous Array

An array with elements that belong to different datatypes is called Heterogenous Array.

Example

In the following example, we initialize an Array with objects of type numeric, and string values, and access its elements using index.

index.html