Question d’entretien chez Link Development

what is the difference between abstract and interface class?

Réponse à la question d'entretien

Utilisateur anonyme

29 juil. 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.