asked 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.

asked
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"
answered
User Kirk Ouimet
by
7.7k points