Enozom interview question

What is the difference between interface and class?

Interview Answer

Anonymous

Aug 13, 2021

If an interface is inherited, it must be implemented. A class does not.