My question is not direct difference between intreface and abstract. Please read out complete question
Also following below parameters to understand this : 1. Donot mention interface support multiple inheritance 2. Donot mention abstract class will have non- abstract method, fields
My interface is having only method and my abstract class is having only abstract method.
Is it anything related to "is-a" and "can-do" relationship ?Whats is difference?