Multiple Choice
If a subclass contains a method with the same name as a method in its superclass, but with different parameter types, the subclass method is said to ____ the method of the superclass.
A) implement
B) inherit
C) override
D) overload
Correct Answer:

Verified
Correct Answer:
Verified
Q57: A class from which you cannot create
Q58: Consider the following code snippet: public class
Q59: Consider the Counter class below. public class
Q60: A class that represents the most general
Q61: A class that cannot be instantiated is
Q64: If a subclass uses the same method
Q65: Consider the following code snippet:<br>Int numAxles =
Q66: Consider the hierarchy of classes shown below.
Q67: Consider the following code snippet: Employee anEmployee
Q91: Which of the following statements about superclasses