An interface is better than a abstract class when you want multiple classes to implement that interface and when you don’t have to inherit default behavior .
An interface is better than a abstract class when you want multiple classes to implement that interface and when you don’t have to inherit default behavior .