Test Yantra interview question

Is multiple inheritance supported in Java?

Interview Answers

Anonymous

Jan 9, 2018

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

Anonymous

Feb 9, 2019

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

Anonymous

Jul 11, 2019

Java does support multiple inheritance through interface