Question: QUESTION 16 Assume this interface: public interface Eye{ public void meth1(String s); public void meth2(double d); } And this class: public abstract class AyeEye implements

 QUESTION 16 Assume this interface: public interface Eye{ public void meth1(String

QUESTION 16 Assume this interface: public interface Eye{ public void meth1(String s); public void meth2(double d); } And this class: public abstract class AyeEye implements Eye{ } What statements is FALSE? O A. AyeEye doesn't need to implement any methods. O B. AyeEye could include abstract methods that must be implemented along with all methods from Eye before being instantiated. C. AyeEye must implement both methods from the Eye interface or an syntax error will occur. O D. AyeEye cannot be instantiated like: AyeEye ae = new AyeEye(); O E. AyeEye could implement additional interfaces in addition to Eye

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!