Definitions for "Collection class"
a class that can contain a number of items in a certain data structure such as linked lists and hash tables
a class used to reference many instances of another class
a container which holds a number of items in a data structure and provides various operations to manipulate the contents of the collection, such as insert item, remove item, find item, etc