PRASHNIKAप्रश्निका
Back to the paper

The keyword that allows multi-level inheritance in Java programming is:

Computer Science20231 markMCQ
  • (a)implements
  • (b)super
  • (c)extends
  • (d)this

Answer

Answer

AI

Correct option: (c)

Answer: (c) extends A class inherits from another class with extends; a chain such as class B extends A and class C extends B gives multi-level inheritance.
Inheritance, Interfaces and Polymorphism

From ISC 2023 Computer Science Paper 1, question 1(v).