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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly