Domanda di colloquio di Microsoft

Interface vs Abstract Class?

Risposta di colloquio

Anonimo

1 nov 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.