Resemble Systems interview question

Why multiple inheritance is not supported in java.?

Interview Answer

Anonymous

21 Nov 2020

To simplify the language. If there is same method in inheriting classes there will be an ambiguity. Instead, interface can be used to achieve this.