Thank you for your responses ! Yes I’m just starting out so I just wanted to know what makes interfaces special and use cases when an interface is more relevant rather than a class or an abstract class. I’ll go through the links that you have provided. Thanks for hearing me out !
l
louiscad
09/17/2020, 6:49 AM
abstract classes can hold a state (have fields), but you lose the ability to to inherit another class at implementation site.