what is the difference between an abstract class and an interface? If no methods in an abstract class are implemented, what is the difference between an abstract class and an interface?
Resposta da entrevista
Sigiloso
17 de jan. de 2013
Abstract class has a constructor, can have variables.