Which form of inheritance is supported by the use of interfaces?

Choose the correct answer

Explanation

Interfaces enable multiple inheritance, allowing a class to implement more than one interface, thereby supporting multiple inheritance in languages that do not allow it through classes.

Which form of inheritance is supported by the use of… — Java concepts and its programming | PakQuizHub