Moderate

Which method can't be overidden ?

Correct answer: B. final

  • A. println
  • B. final
  • C. super
  • D. static

Explanation

A method declared with the `final` modifier cannot be overridden in a subclass. A static method is hidden rather than overridden, but `final` is the standard answer because it explicitly prevents overriding.

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