Arrays & Collections Flashcards
1
Q
3 characteristics of Collections
A
- A container of discrete values, usually of the same data type
- Have a set of methods that allow for certain operations such as traversing the collection and adding/removing elements to/from the collection
- They help to reduce programming effort