Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : Inheritance


Links
  • Composition versus Inheritance - A comparative look at wwo fundamental ways to relate classes. Analyzes the flexibility and performance implications of inheritance and composition, and offers guidelines on the appropriate use of each.
  • Java 104 : Extending classes - An introduction to inheritance - shows how to extend the power of existing classes through inheritance. Free source code.