|
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.
|