Question: Here is a link to my orginal code. I need to modify it with the given directions below. If there is a better way to
Here is a link to my orginal code. I need to modify it with the given directions below. If there is a better way to share my code please let me know. https://docs.google.com/document/d/1brun72jLQjfqdDgxFVIlR5QVZK306uuXxjvv75v4rIY/edit?usp=sharing



I need help modifying my code with the following directions above. If there is a better way to share my code please let me know. Thanks
Graphics and Inheritance Objectives 1. Create a useful inheritance hierarchy. 2. Use the hierarchy to create a program that draws different graphics primitives 3. Gain further understanding of inheritance and polymorphism. Getting Started 1. Copy P2 and rename it P3. Here is a tutorial on how to do this in Eclipse 2. Download the following files into your resources folder: Description The second part of the assignment requires you to modify the inheritance hierarchy and some of the code in the DrawProgram class. this mostly consists of getting rid of code and attributes in the primitive classes, and moving them to one of the new classes that we are going to introduce. The UML diagram below shows the changes you must make. Graphics and Inheritance Objectives 1. Create a useful inheritance hierarchy. 2. Use the hierarchy to create a program that draws different graphics primitives 3. Gain further understanding of inheritance and polymorphism. Getting Started 1. Copy P2 and rename it P3. Here is a tutorial on how to do this in Eclipse 2. Download the following files into your resources folder: Description The second part of the assignment requires you to modify the inheritance hierarchy and some of the code in the DrawProgram class. this mostly consists of getting rid of code and attributes in the primitive classes, and moving them to one of the new classes that we are going to introduce. The UML diagram below shows the changes you must make
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
