Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i want it to be in simple code please +(((in java))) Object Oriented Programming- 14011102-4 Lab#3 Consider the inheritance hierarchy in this figure Rectangle Shape

i want it to be in simple code please +(((in java))) image text in transcribed
Object Oriented Programming- 14011102-4 Lab#3 Consider the inheritance hierarchy in this figure Rectangle Shape iangle that has three classes: Shape, Rectangle Write a Java program and Triangle A Shape should have o o o a height, width, area of type double A default constructor A constructor that will take two parameters and assign them to data members o a set and a get method for all fields. Then, create two more classes Rectangle and Triangle that inherit the class Shape, where both classes should: o Override the method getArea0 to return a double value represents the area of that shape o Add the method toString to print an object. Finally Test your classes with a TestShape class. Create two objects one from the type Rectangle and the other from the type Triangle. You should test your objects by filling the needed information and calling the two available methods

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

Recommended Textbook for

Advances In Databases And Information Systems Uropean Conference Adbis 2020 Lyon France August 25 27 2020 Proceedings Lncs 12245

Authors: Jerome Darmont ,Boris Novikov ,Robert Wrembel

1st Edition

3030548317, 978-3030548315

More Books

Students also viewed these Databases questions

Question

Tell the merits and demerits of Mendeleev's periodic table.

Answered: 1 week ago

Question

why we face Listening Challenges?

Answered: 1 week ago

Question

what is Listening in Context?

Answered: 1 week ago