In this exercise, we want to create a definitions of a rectangle (class) and, afterwards, create a few instances (objects) out of it. We'll start by taking a look at a class definition of a Rectangle: ...
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit methods and attributes.