which of these keywords can be used in a subclass to call the constructor of superclass?

A Extent
B Extends
C Super
D This

Correct Answer: Super

The super keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor.
Bissoy MCQ

Related Questions

If A is the superclass and B is the subclass, then subclass inherting the superclass can be represented as
`I shall call you on Friday. Here 'call' is widely used as--

Next steps