Association, Aggregation and Composition
Filed Under: Object Oriented Association, aggregation and composition are three kind of relationships which classes can have in object oriented programming. Let’s understand the difference between them. Table of Contents 1. Association 2. Aggregation 3. Composition 4. Summary 1. Association in Java We call association those relationships whose objects have an independent lifecycle and where there is no ownership between the … Read more