Ask Question
9 January, 02:06

A final class can't be extended.

*True

*False

+3
Answers (1)
  1. 9 January, 02:31
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers