Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions