Ask Question
23 October, 23:03

A final class can't be extended.

*True

*False

+4
Answers (1)
  1. 23 October, 23:18
    0
    The answer is True.

    Explanation:

    The final class cannot be extended because in java final keyword means "no modification". If it is applied to a variable or anything else then that value becomes a constant after that it cannot be modified. So in cases of class if final keyword is used it means that class cannot be extended.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “A final class can't be extended. *True *False ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers