Question: Using your program from Exercise 2.2, create an additional Math class and modify your program for it to be the parent class of Addition, Multiplication,

Using your program from Exercise 2.2, create an additional Math class and modify your program for it to be the parent class of Addition, Multiplication, and Subtraction. Add a toString() method to each of the child classes. Add to the following driver class to demonstrates polymorphism. Things to remember: variables that each of the child classes use should be initialized in the parent class .toString() methods ONLY returns strings Pay attention to visibility Be as elegant as possible Submit your Math, Addition, Multiplication, Subtraction, and driver class for grading. Using your program from Exercise 2.2, create an additional Math class and modify your program for it to be the parent class of Addition, Multiplication, and Subtraction. Add a toString() method to each of the child classes. Add to the following driver class to demonstrates polymorphism. Things to remember: variables that each of the child classes use should be initialized in the parent class .toString() methods ONLY returns strings Pay attention to visibility Be as elegant as possible Submit your Math, Addition, Multiplication, Subtraction, and driver class for grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
