1. Create a class named RunQuad. This class shall contain the main method. 2. Add three (3) classes named Quadrilateral, Rectangle, and Square. Rectangle shall inherit from Quadrilateral while Square...

Please provide a code and output thank you.1. Create a class named RunQuad. This class shall contain the main method.<br>2. Add three (3) classes named Quadrilateral, Rectangle, and Square. Rectangle shall inherit from<br>Quadrilateral while Square shall inherit from Rectangle.<br>3. Declare a public method named showDescription() in all three (3) classes except in RunSquad.<br>Customize each method by creating different println() statements.<br>a.<br>For Quadrilateral:

Extracted text: 1. Create a class named RunQuad. This class shall contain the main method. 2. Add three (3) classes named Quadrilateral, Rectangle, and Square. Rectangle shall inherit from Quadrilateral while Square shall inherit from Rectangle. 3. Declare a public method named showDescription() in all three (3) classes except in RunSquad. Customize each method by creating different println() statements. a. For Quadrilateral: "- is quadrilateral". b. For Rectangle: "- has 4 right angles". Add a super() statement to call Quadrilateral's method. c. For Square: "- has 4 equal sides". Add a super() statement to call Rectangle's method. 4. Code the main method of the RunQuad class. The output shall ask the user to press R or S to choose between rectangle and square. Display appropriate description(s). Sample Output: Press R for Rectangle or S for Square. S A square: has 4 equal sides has 4 right angles is quadrilateral

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here