Struggling to create a Java Interface/Abstract Classes based code
I’m refactoring some code and I want to do something really generic that would help the code in the future for adding features… But I just can’t manage to do it 🙁
Is it possible for an abstract class in Java to implement only some of the methods of an interface, leaving others to its subclasses to implement?
You have an interface: