Pregunta de entrevista de Siemens

What is the difference between abstract class and interface in real world?

Respuesta de la entrevista

Anónimo

27 abr 2016

Interface is a contract between client and application. Abstract class implements a default behaviour.