Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Demonstrate composition. Room class with the following attributes. roomName : string length : float width : float Building class with the following...
Demonstrate composition. Room class with the following attributes.
- roomName : string
- length : float
- width : float
Building class with the following attributes.
- numberOfRooms : int
- familyRoom: Room
- bedroom : Room