Using simple geometric shapes, this assginment practiced OOP concepts: the concepts of abstraction, encapsulation, information hiding, inheritance, and polymorphism.
- Inheritance hierarchy of classes implementing a common interface
- Virtual functions and override them in order to make runtime polymorhpism possible in C++