what restrictions are placed on method


What restrictions are placed on method overriding?

Overridden methods must have the similar name, argument list, and return type. The overriding method may not limit the access of the method it overrides. The overriding method may not throw any exceptions that might not be thrown by the overridden method.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what restrictions are placed on method
Reference No:- TGS0310939

Expected delivery within 24 Hours