Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 339 Bytes

File metadata and controls

9 lines (7 loc) · 339 Bytes

ExampleCoinClass

Example code for Java interfaces and abstract classes

There are four branches:

  1. Master - Basic Inheritance and JUnit tests
  2. AbstractCoin - demonstrates inheritance from an abstract superclass
  3. AbstractMoney - larger hierarchy
  4. InterfaceExample - shows adding an Interface to Master (basic) hierarchy