Does Java support multiple inheritance ?

3 years ago
OOP Java

No, Java does not support multiple inheritance. Each class is able to extend only on one class, but is able to implement more than one interfaces.

More related questions

Questions Bank

View all Questions