Link Development interview question

what is the difference between abstract and interface class?

Interview Answer

Anonymous

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