Which form of inheritance is not allowed in Java?

Choose the correct answer

Explanation

Java supports single, multilevel, and hierarchical inheritance, but it does not support multiple inheritance directly to avoid ambiguity issues.

Which form of inheritance is not allowed in Java? — Java concepts and its programming | PakQuizHub