javascript
Brief description  about Online courses   join in Online courses
OR

What is the impact of declaring a method as final?

Java  Teacher
Java Teacher
Working

A method declared as final can't be overridden.

A sub-class can't have the same method signature with a different implementation.

Write your comment now