varray
, which can store consecutive group of components of comparable types. A varray
is used to store the group of data, however, an array is used to store a group of comparative data types.
Contiguous memory location exists for all varrays
. The end element corresponds by the highest address and the beginning element corresponds to the lowest address. All the components in the varray has an index accompanied with it, and can be dynamically manipulated.