Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 214 Bytes

Shapes using Object Oriented Programming C++

Basic program that shows the concept of Object Oriented Programming in C++

It includes:

  • Inheritance,
  • Polymorphism,
  • Encapsulation,
  • Abstruction,
  • Interfaces.