what is the difference between abstract and interface class?
Resposta da entrevista
Sigiloso
29 de jul. de 2016
interface is completely a methods detentions and no implementations inside it.
Abstract can hold a some methods implementations and other methods are abstract methods.