Question: Demonstrate composition. Create a Room class with the following attributes. roomName : string length : float width : float Create a Building class with the
Demonstrate composition. Create a Room class with the following attributes.
roomName : string
length : float
width : float
Create a Building class with the following attributes.
numberOfRooms : int
familyRoom: Room
bedroom : Room
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
