Ask Question
13 August, 16:35

A final class can't be extended.

*True

*False

+3
Answers (1)
  1. 13 August, 16:51
    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?
Get an answer to your question ✅ “A final class can't be extended. *True *False ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers