Test Yantra interview question

Is multiple inheritance supported in Java?

Interview Answers

Anonymous

9 Jan 2018

no, it is not supported in java,because it will raise ambiguity.

Anonymous

9 Feb 2019

No its not allowed in java..beacuse , In constructor chaining process it will create an ambiguity.

Anonymous

11 July 2019

Java does support multiple inheritance through interface