Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Give the name of the relation between class Room and class Kitchen? > > House Room (default package) (default package) numo Room: int width: double
Give the name of the relation between class Room and class Kitchen? > > House Room (default package) (default package) numo Room: int width: double -listO Rooms House(int) . length: double addRoom(Room,int):void 0..* Room(double double) House (House) otoString(:String getListO Rooms(): Room[] equals(Room): boolean otoString(): String get Type(): String equals(House): boolean > Kitchen (default package) isEquiped: boolean Kitchen(double double, boolean) 90:String equals(Kitchen):boolean getType(): String > Bath Room (default package) hasBath: boolean BathRoom(double double, boolean) oto String equals(BathRoom): boolean getType(): String > StandardRoom (default package) isBedRoom: boolean is Living Room: boolean StandardRoom(double double, boolean, boolean) isBedRoom():boolean ois LivingRoom(:boolean otoString(): String equals(StandardRoom): boolean get Type(): String Encapsulation O Composition Inheritance O Class Test Give the name of the relation between class Room and class Kitchen? > > House Room (default package) (default package) numo Room: int width: double -listO Rooms House(int) . length: double addRoom(Room,int):void 0..* Room(double double) House (House) otoString(:String getListO Rooms(): Room[] equals(Room): boolean otoString(): String get Type(): String equals(House): boolean > Kitchen (default package) isEquiped: boolean Kitchen(double double, boolean) 90:String equals(Kitchen):boolean getType(): String > Bath Room (default package) hasBath: boolean BathRoom(double double, boolean) oto String equals(BathRoom): boolean getType(): String > StandardRoom (default package) isBedRoom: boolean is Living Room: boolean StandardRoom(double double, boolean, boolean) isBedRoom():boolean ois LivingRoom(:boolean otoString(): String equals(StandardRoom): boolean get Type(): String Encapsulation O Composition Inheritance O Class Test Why Class Room is declared Abstract? > House (default package) numo Room: int -listO Rooms House(int) addRoom(Room, int):void 0... House(House) getListO Rooms():Room[] otoString():String equals(House): boolean > Room (default package) width: double length: double Room(double double) toString(): String equals(Room): boolean get Type(): String > Kitchen (default package) isEquiped boolean Kitchen(double double, boolean) toString): String equals(Kitchen): boolean getType(String > Bathroom (default package) hasBath: boolean BathRoom(double double, boolean) toString(): String equals(BathRoom): boolean getType(): String > Standard Room (default package) isBedRoom: boolean is Living Room: boolean Standard Room(double double, boolean, boolean) isBedRoom():boolean oisLiving Room(): boolean otoString(): String equals(StandardRoom) boolean getType(): String It contains an abstract method It contains a constructor It has an equals method It has 3 children (kitchen, bathroom and standard Room) Give the name of a special behavior having the same name as the name of class? > > House GRoom (default package) (default package) numo Room: int width: double -listO Rooms House(int) - length: double addRoom(Room,int):void 0.. Room(double double) House(House) toString(): String getListO Rooms(:Room[] equals(Room): boolean .toString: String getType(): String equals(House): boolean > Kitchen (default package) isEquiped boolean Kitchen(double, double, boolean) otoString(:String equals(Kitchen): boolean getType(): String > BathRoom (default package) hasBath: boolean BathRoom(double double, boolean) otoString(): String equals(BathRoom)boolean getType(): String > Standard Room (default package) isBedRoom: boolean isLiving Room: boolean StandardRoom(double double, boolean, boolean) isBedRoom():boolean isLiving Room():boolean toString(): String equals(Standard Room): boolean getType(): String O Abstract O Method O State O Constructor
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started