Question: Java II problem, Define two derived classes of the abstract class ShapeBase, provided in the guideline of this document. Your two classes will be called

Java II problem, Define two derived classes of the abstract class ShapeBase, provided in the guideline of this document. Your two classes will be called RightArrow and Left Arrow. These two classes will be like the classes Rectangle and Triangle, but they will draw arrows that point right and left, respectively. For example, the following arrow points to the right: * * * * * **************** * * * * * * The size of the arrow is determined by two numbers, one for the length of the tail and one for the width of the arrowhead. (The width is the length of the vertical base.) The arrow shown here has a length of 16 and a width of 7. The width of the arrowhead cannot be an even number, so your constructor and mutator methods should check to make sure that it is always odd. Write a test program for each class that tests all the methods in the class. You can assume that the width of the base of the arrowhead is at least 3.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!