Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 410 Bytes

File metadata and controls

4 lines (4 loc) · 410 Bytes

ObjectOrientedProgrammingExample

For reference, this is an example of good OOP code using the properties of inheritance and polymorphism from Java All references to a "Number" are all interconnected to each other as well as to the Lab3Exception and UnitTesting. Everything else is meant to represent the structure of a good modular project, although not necessarily being code that can be run independently.