Multiple Choice
Which of the following cannot be an interface member?
A) A class
B) A constant
C) A mutator method
D) An abstract method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: If the call to the direct superclass
Q24: Usually, an abstract class contains at least
Q25: Protected fields and methods are inherited.
Q26: Which Java keyword do we use in
Q27: When class B inherits from class A:<br>A)
Q29: If a class has an abstract method,
Q30: Some OOP developers call a subclass the
Q31: Typically, an abstract class is a class
Q32: Which of the following is true of
Q33: A method in a subclass overriding a