FDM Group Interview Question

Can there be multiple inheritances in Java?

Interview Answer

Anonymous

Feb 13, 2019

Beware it's not asking for multiple layers of inheritance, but if an object can be inherited from 2 classes at the same time.