Styrow.dev
Question 52 of 247
Java Topic: General medium

What restrictions are placed on method overriding?

Question

What restrictions are placed on method overriding?

Answer

Overridden methods must have the same name, argument list, and return type. The overriding method may not limit the access of the method it overrides.