In abstract class there is no necessity that, all the methods should be abstract. there can be both abstract and concrete methods.

But in interface all the methods are abstract. No method should...