Basic OOP with C++
This article is going to explain 1 example of an Object Oriented Program for C++.
We will create a small program that allows us to create figures, these being:
* A circle
* A rectangle
* A square
We note that the square is a special rectangle.
Then on the end when we