Multiple Choice
When you create a class and use the implements clause to implement an interface but fail to code one of the interface's methods, the compiler error generated indicates that you must declare your class to be ____.
A) abstract
B) static
C) public
D) related
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A(n) _ is not an object, but
Q14: When you show abstract classes and methods in
Q21: When you create a class that uses
Q29: Instead of using the automatic toString() method
Q37: Compare and contrast abstract classes and interfaces.
Q60: Classes from which objects can be instantiated
Q63: When you create classes for others to
Q64: Why do many programmers consider multiple inheritance
Q70: When you define a class, if you
Q71: If Java did not allow you to