Question: java language Create an abstract class House which contains an abstract method construction Method(. House class has number of rooms and number of bathrooms attributes.

java language
Create an abstract class House which contains an abstract method construction Method(. House class has number of rooms and number of bathrooms attributes. Create an interface Landscape which contains two methods :garden() and swimming Pool Create Living Room, Kitchen, Bedroom, Bathroom classes with empty bodies. Create a class Apartment which extends House and implements Landscape. Garden is 100 square meters for the apartment and it has a common swimming pool. 1190
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
