Moderate

Which class cannot be subclassed (or extended) in java ?

Correct answer: A. Final class

  • A. Final class
  • B. abstract class
  • C. parent class
  • D. None of above

Explanation

A class declared `final` cannot be extended, which prevents inheritance from that class. An abstract class, in contrast, is specifically designed to be extended by concrete subclasses.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions