What is object type array?

The Array Object. Arrays are data structures that store information in a set of adjacent memory addresses . In practice, this means is that you can store other variables and objects inside an array and can retrieve them from the array by referring to their position number in the array.

Read more