News

Aggregation is a weak form of association that implies a part-of relationship between classes. For example, a car has wheels, but the wheels are not owned by the car and can exist independently.
In object oriented programming association and aggregation shows the relationship between the classes. relationship in oops defines the connection between the objects. it basically shows how objects ...
Aggregation in javaaggregation in java can be defined as relationship between two classes in which one class contain reference of another class therefore aggregation represent has-a relationship. an ...