What restrictions are placed on method overriding?

What restrictions are placed on method overriding?

Domia
Views: 698 | Community Opinion: 1

Tags..  Java Interview  Core Java  Java Mathods

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Flora Said..

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. The overriding method may not throw any exceptions that
may not be thrown by the overridden method.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: