Thereis one more difference ,which i would like to add .


Interfaces have an additional capability.A class can implement more than one interface!By contrast , a class can only inherit a single super class(abstract or otherwise)

bye