Ask Question
14 August, 07:35

In Java a final class must be sub-classed before it.

? True

? False

+5
Answers (1)
  1. 14 August, 09:51
    0
    Answer: False

    Explanation: In java, whenever a final class is declared it cannot be extended further and also it is not possible for a declared class to be overridden in the sub class. A class can be declared final by using the final keyword. Final class cannot be extended but they can be used to extend the other classes. Therefore the final class cannot be sub classed before it in java.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In Java a final class must be sub-classed before it. ? 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