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.
This Python program was created for a Python programming class at Santa Fe College as part of my coursework undertaken to update my programming and development skills. This program explored OOP ...