What restrictions are placed on method overriding

Overridden methods must have the same name, argument list, and return type. Theoverriding method maynot limit the access of the method it overrides. The overriding method may not throwany exceptions thatmay not be thrown by the overridden method.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions