- an array stores one item per index
- items can be as simple as a single value, or as complex as another data structure
- the size of an array is the number of items it currently stores
- the capacity of an array is the amount of space reserved to store items
Common Methods
2D Arrays
Array vs. Linked List