1.

What Is The Final Keyword Denotes?

Answer»

FINAL keyword denotes that it is the final IMPLEMENTATION for that METHOD or variable or class. You can’t OVERRIDE that method/variable/class any more.

final keyword denotes that it is the final implementation for that method or variable or class. You can’t override that method/variable/class any more.



Discussion

No Comment Found