Develop the ‘Shape’ application such that:  Implement an array of objects of various types (all SIX classes), in any order.  In some type of a looping structure, demonstrate polymorphism by calling...



Develop the ‘Shape’ application such that:
 Implement an array of objects of various types (all SIX classes), in any order.
 In some type of a looping structure, demonstrate polymorphism by calling all three
of the methods, draw, move, and erase. That is, within the curly braces, there will
be only three method calls.
 Verify that the output messages come from all three methods, from all seven
classes.
 The only class that you should have to develop for this class will be the test
application. The six shape classes from Lab-7 should remain unchanged.




Programming Fundamentals II - JAVA<br>Lab #8-Polymorphism<br>NAME<br>Problem: Develop the 'Shape' application such that:<br>Implement an array of objects of various types (all SIX classes), in any order.<br>In some type of a looping structure, demonstrate polymorphism by calling all three<br>of the methods, draw, move, and erase. That is, within the curly braces, there will<br>Verify that the output messages come from all three methods, from all seven<br>classes<br>The only class that you should have to develop for this class will be the test<br>application. The six shape classes from Lab-7 should remain unchanged.<br>Due Date: TBD<br>Note: There will be no late labs!!<br>

Extracted text: Programming Fundamentals II - JAVA Lab #8-Polymorphism NAME Problem: Develop the 'Shape' application such that: Implement an array of objects of various types (all SIX classes), in any order. In some type of a looping structure, demonstrate polymorphism by calling all three of the methods, draw, move, and erase. That is, within the curly braces, there will Verify that the output messages come from all three methods, from all seven classes The only class that you should have to develop for this class will be the test application. The six shape classes from Lab-7 should remain unchanged. Due Date: TBD Note: There will be no late labs!!

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here