0
votes
Is there a benefit to having both an abstract class and an interface?
I think a benefit of keeping the interface would be the ability for future classes to implement multiple interfaces whereas a class can only inherit from one abstract class.
You could exten …
