Aggregation (object-oriented programming)
Appearance
Aggregation is a form of composition where we look at the system as a whole rather than as parts. It is also based on has-a relationship and is implemented by creating objects of other classes inside the class. An example will be a car class which is an aggregation of different classes like wheel, engine, body etc.