Pregunta de entrevista de Microsoft

Interface vs Abstract Class?

Respuesta de la entrevista

Anónimo

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.