Here is Part 1 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). Part 2  6. Add three (3) more classes named Parallelogram, Rhombus, and Trapezoid. a. Parallelogram shall inherit from Quadrilateral and shall be the new parent class of Rectangle. Its println() statement shall be "- has 2 pairs of parallel sides". b. Rhombus shall inherit from Parallelogram. Its println() statem

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

.Here is Part 1

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).

Part 2 
6. Add three (3) more classes named Parallelogram, Rhombus, and Trapezoid.
a. Parallelogram shall inherit from Quadrilateral and shall be the new parent class of Rectangle. Its println() statement shall be "- has 2 pairs of parallel sides".
b. Rhombus shall inherit from Parallelogram. Its println() statement shall be "- has 4 congruent sides".
c. Trapezoid shall inherit from Quadrilateral. Its println() statement shall be "- has 1 pair of parallel sides".
7. Modify the main method of the RunQuad class. The choices will now be R, S, P, H, and T. Display appropriate description(s).

 

PS. the second picture attached below is the sample output for part two.. 

 

Sample Output:
Select from the following:
R Rectangle
S Square
P
H
T
H
A rhombus:
has 4 congruent sides
has 2 pairs of parallel sides
is quadrilateral
-
Parallelogram
Rhombus
Trapezoid
Transcribed Image Text:Sample Output: Select from the following: R Rectangle S Square P H T H A rhombus: has 4 congruent sides has 2 pairs of parallel sides is quadrilateral - Parallelogram Rhombus Trapezoid
Part 1 (Week 15)
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).
5. Keep a copy of your program. You will be using it next week.
Sample Output:
Press R for Rectangle or S for Square. S
A square:
- has 4 equal sides
has 4 right angles
is quadrilateral
Transcribed Image Text:Part 1 (Week 15) 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). 5. Keep a copy of your program. You will be using it next week. Sample Output: Press R for Rectangle or S for Square. S A square: - has 4 equal sides has 4 right angles is quadrilateral
Expert Solution
steps

Step by step

Solved in 3 steps with 7 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY