Aggregation

In this lesson, you'll get familiar with a new way of linking different classes.

We'll cover the following...

Aggregation follows the has-A model. This creates a parent-child relationship between two classes, with one class owning the object of another.

So, what makes aggregation unique? ...