ALFA Interview Question

What is the difference between an interface and an abstract class?

Interview Answer

Anonymous

Nov 12, 2015

An interface is a contract. You implement interfaces and extend abstract classes.