Given the following class declarations: -> public abstract class Animal -> public interface Hunter -> public class Cat extends Animal implements Hunter -> public class Tiger extends Cat Which answer fails to compile?
Click on the arrows to vote for the correct answer
A. B. C. D. E.E.