Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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 Ror 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is the difference between an account and a ledger? Discuss.

Answered: 1 week ago

Question

draft a research report or dissertation;

Answered: 1 week ago

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago