Composition Vs Aggregation
Composition

The classes cannot exists without the parent class. Strong depdendency
Aggregation

Classes can exists in parallel and belongs to multiple classes.

The classes cannot exists without the parent class. Strong depdendency

Classes can exists in parallel and belongs to multiple classes.