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.
This question is part of this quiz :
Java Inheritance and Abstraction,50 Java Language MCQs with Answers