Aggregation

In this lesson, we'll learn a new way of linking different classes.

We'll cover the following...

Aggregation is very similar to composition. It also follows the Has-A model. This creates a parent-child relationship between two classes, with one ...