Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Show your work please. Thank you! Question 5 (10 pts) In the UML class diagram below, class HouseBoat multiple-inherits from class Boat and class House
Show your work please. Thank you!
Question 5 (10 pts) In the UML class diagram below, class HouseBoat multiple-inherits from class Boat and class House since it shares the properties of a Boat as well as a House. a) You are required to implement the design in Java which does not support multiple-inheritance. Keeping reusability of classes Boat and House in mind, how would you redesign the hierarchy to implement it in Java? Show the UML diagram (no code is necessary). Boat and House are classes, do not make them interfaces in your re-design. b) In your re-design, is an instance of a HouseBoat substitutable for an instance of a Boat? (Yes/No) c) In your re-design, is an instance of a HouseBoat substitutable for an instance of a House? (Yes/No)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