Example code for Java interfaces and abstract classes
There are four branches:
- Master - Basic Inheritance and JUnit tests
- AbstractCoin - demonstrates inheritance from an abstract superclass
- AbstractMoney - larger hierarchy
- InterfaceExample - shows adding an Interface to Master (basic) hierarchy