Examples
Some Java 2 Data Structures Interfaces
Person.java For an example of javadoc output see Person.html
Example4.java Example4A.java people.data
|
This is an Inheritance Example
|
|
|
|
This is an example using a combination of the decorator pattern with inheritance |
|
This is the CoffeeShop example with "generic" classes DrinkItem Drink Decorator Addition
|