Multiple Choice
A method in a subclass is said to ______ an inherited method if it has the same method declarations as the inherited method.
A) copy
B) override
C) overload
D) cancel
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: A superclass's private data fields can be
Q23: In a class within a package,the keyword
Q24: What kind of methods are appropriate to
Q25: What is an abstract class?
Q26: An instance of a subclass can access
Q28: Methods declared as _ use static binding.<br>A)protected<br>B)final<br>C)public<br>D)abstract
Q29: How can a package be created in
Q30: Can the object type of an argument
Q31: Static binding is also known as _.<br>A)early
Q32: What is meant by static binding?