Write 2 of your own classes, each of which represent a 2D shape and inherit some methods from a base class.

Program This program is meant to be your first basic Object-Oriented Program (OOP). You will write 2 of your own classes, each of which represent a 2D shape and inherit some methods from a base class. You will then tie the program together with a Main class which has been partially written and provided to you. See the Example Output for examples of program runs.

  • First you will have to create your own project and add the provided source files to your project. We have not provided any project files in this assignment. You must create your own project. However, you must keep all source files in the folder called src which is one directory in from the root of your repository (i.e. YourRepo/src). Also, do not commit multiple copies of the same name file to your repository. All of this is important for grading purposes

DETAILED ASSIGNMENT

20201012040442project_44

Powered by WordPress