...

/

Aggregation

Aggregation

Get familiar with a new way of linking different classes.

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? ...