Science, asked by firstg241, 3 months ago

Elucidate how multiple inheritance is achieved in java through interface​

Answers

Answered by Itzgoldenking
0

Answer:

Explanation:

An interface contains variables and methods like a class but the methods in an interface are abstract by default unlike a class. Multiple inheritance by interface occurs if a class implements multiple interfaces or also if an interface itself extends multiple interfaces.

mark me as the brainiest

Similar questions