Multiple Choice
If a method definition in a superclass has the field modifier ______,a subclass is required to override the method.
A) static
B) protected
C) final
D) abstract
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What are the two basic kinds of
Q2: _ enables the reuse of existing classes.<br>A)Encapsulation<br>B)Inheritance<br>C)Polymorphism<br>D)Simulation
Q3: A subclass inherits all of the following
Q4: A Java _ specifies behaviors that are
Q6: What is meant by object type compatibility?
Q7: Inheritance should only be used when a(n)_
Q8: A package cannot contain other packages.
Q9: A superclass method can be accessed by
Q10: What is method overloading?
Q11: Name two things that an abstract class