Microsoft Interview Question

Interface vs Abstract Class?

Interview Answer

Anonymous

Nov 1, 2013

an interface requires that you implement certain functions that are associated with that interface in order for it to work, whereas an abstract class does not force you to do that.