Posts Tagged ‘composition java code’
Composition and Aggregation using Java
Sunday, June 29, 2008 1:22 9 CommentsThere is always been confusion about composition and aggregation. While in servicing NetSol Technologies, I came to learn practically 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 [...]
