View Single Post
Old Jan 29th, 2008, 3:54 AM   #1
namsu
Newbie
 
Join Date: Jan 2008
Posts: 15
Rep Power: 0 namsu is on a distinguished road
Using Association in Java

I have only really used inheritance and composition in Java. Can someone provide me with an example on association. I want to try and make the program function the same way except by association. For inheritance I am obviously using the keyword extends and using the super keyword to call to the parent class. Thanks.
namsu is offline   Reply With Quote