Tag Archive: aggregation

Jun
29

Composition and Aggregation using Java

There is always been confusion about composition and aggregation. While in practical field went to understand  what is composition and aggregation. First thing is both are type of association.  Below is the exact definition of each term and then practical Java code, where you can understand exactly how can we implement composition and aggregation in …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/composition-and-aggregation-using-java/