26.8k views
3 votes
A(n) ____________________ method is one that can be overridden by a method with the same signature in a child class.

User Jsp
by
8.3k points

1 Answer

3 votes
"An instance method in a subclass with the same signature (name, plus the number and the type of its parameters) and return type as an instance method in the superclass overrides the superclass's method."

The answer is "instance"
User Kirk Ouimet
by
7.7k points