Question: A4. Given the following class diagram, interfaces and classes that model various kinds of animals. What will be the errors in the main method? For
A4. Given the following class diagram, interfaces and classes that model various kinds of animals. What will be the errors in the main method? For each error, indicate the line number of each incorrect statement and explain in one sentence why it is wrong. 3 1 2 interface Animal { int number of Legs(); ) 4 interface Mammal extends Animal ( > Animal numberOfLegs int interface Reptile extends Animal 9 10 class Cat implements Mammal { public int numberorlags() { return 4: 11 > Mamma!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
