InterviewSolution
Saved Bookmarks
| 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. |
|