MoEngage interview question

If abstract class can do what an interface can then why do we need interface?

Interview Answer

Anonymous

26 Sept 2022

A class can implements more than one interface but can not extent more than one class.