Shape Class
Understand the implementation of a Shape class.
We'll cover the following...
Problem
Write a program to create a class called Shape that can calculate the perimeter/circumference and area of a regular shape. The class should also ...