...

/

Summary: An Array-Based Data Structure

Summary: An Array-Based Data Structure

This lesson contains the list of major points we made in this chapter.

We'll cover the following...
  • A collection is an object that holds a group of other objects.
  • A bag is a collection whose entries are in no particular order. When we add an object to a bag, we cannot indicate where to place it in the bag.
  • We can remove from a bag an object having
...