|
i. A collection is similar to an array in that they are both single units that contain multiple items in which individual items are designated by an index.
ii. The index subscript begins at 0 for both a collection and an array.
iii. In a collection, the individual items do not have to be the same datatype.
iv. Collections automatically expand or contract as items are added or removed from the collection. |