Domanda di colloquio di eClinicalWorks

What is the difference between abstract class and interface?

Risposta di colloquio

Anonimo

30 nov 2011

abstract class contains implemented methods(have method body) as well as abstract(non-implemented) methods interface contains only abstract methods(no method body)