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 another classes inside the class. An example will be a car class which is an aggregation of different classes like wheel,engine,body etc..