Core Java Interview Questions :What are the uses of final method?
There are two reasons for marking a method as final::The reason behind making method final is that, if any class extends the class containing final method is not able to change the logic written in method which is declared as final
No comments:
Post a Comment