Domanda di colloquio di Link Development

what is the difference between abstract and interface class?

Risposta di colloquio

Anonimo

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