Morgan Stanley interview question

How to have multiple inheritance in Java

Interview Answer

Anonymous

18 Dec 2016

In Java, multiple inheritance can be implemented with the help of interface. In Java, one can't "extend" multiple classes so instead "implement" interface and extend Java.