Link Development Interview Question

what is the difference between abstract and interface class?

Interview Answer

Anonymous

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