InterviewSolution
Saved Bookmarks
| 1. |
What is final class? |
|
Answer» Final classes are created so the methods implemented by that class cannot be overridden. It can’t be inherited. |
|