In aggregation, the class is made up of other existing classes that may exist independent of the child class. In composition, the child class depends on its parent for existence .
Read moreWhat is aggregation in OOP?
Aggregation in OOPS is defined as a relation that exists between two or more two objects which individually have their own individual life cycle along with the ownership . Aggregation in OOPS constitutes 2 words (aggregation and OOPS).
Read more