Nagarro Interview Question

Can we have multiple inheritance in JAVA?

Interview Answers

Anonymous

Aug 16, 2018

No Multiple inheritance is not permitted in java. This is to avoid the diamond problem

1

Anonymous

Jun 19, 2019

Yes, java supports multiple inheritances where a class can inherit properties of more than one parent class.