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.A4. Given the following class diagram, interfaces and classes that model various

1 2 interface Animal int number of Logs(); 4 5 > Mammal ) > Reptile 4 4 15 class Tiger extends Cat () class Snake implements Reptile { public int number or Logs({ return 0; Cat +numberOfLegs(): int Snake +numberOfLegs(): int 20 21 } Tiger 1 9 4 public class Animals public static void main(String[] args) { Animal animali, animal2, animal3; Mammal tamall; Cat cat1; Snake snake Tiger tigert; List listi, list2; 5 7 9 10 19 181 Answer: animali - new Tiger(); snake - new Animal(); animal2 = new Animal(); cati = new Tiger(); nannal1 = new Snake; tiger - mannali; animal3 - cata; 11sti = new ArrayList(); list2 = new ArrayList(); 10 Programming - Final Exam-Fall 20 Page 5 of 10 IN 10 } 20 }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!