Question: Task#3 (specify the UML class diagram to java code) Examine the following Class Diagram, then answer the following questions: 1. Create a Java project named
Task\#3 (specify the UML class diagram to java code) Examine the following Class Diagram, then answer the following questions: 1. Create a Java project named Proj 10, and convert the above class diagram intolava code. Methods behaviors are illustrated below: a. Drink(): displays "drink water" b. Move() [in Mammals] returns "Walk" c. Move() [in Birds] returns "fly" d. makeNoise() [in Finch] returns "beep" e. makeNoise() [in Horse] returns "neigh" f. descFuel() [in Horse] prints "No Fuel" g. getType() [in Horse] returns "Horse". "Hint: use the getClass() method" h. beFriendly() [in Horse] prints "can live with humans
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
