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