Multiple Choice
A superclass method can be accessed by a subclass,even though it has been overridden by the subclass,by using the ______ reference.
A) super
B) final
C) static
D) new
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A Java _ specifies behaviors that are
Q5: If a method definition in a superclass
Q6: What is meant by object type compatibility?
Q7: Inheritance should only be used when a(n)_
Q8: A package cannot contain other packages.
Q10: What is method overloading?
Q11: Name two things that an abstract class
Q12: The keyword _ is used in the
Q13: A class's _ members are available to
Q14: What is meant by dynamic binding?