Which of the following statements about inheritance is false?

Last Updated :
Discuss
Comments

Which of the following statements about inheritance is false?


Java supports single inheritance.


Java allows multiple class inheritance using extends.

Interfaces can be used to achieve multiple inheritance.


The super keyword can be used to invoke the parent class constructor.


Share your thoughts in the comments