I often make a base class (most time base class for Activity
) which is then extended by other classes in my project.
How can I force the clients to implement certain method?
I obviously cannot make just one method abstract without making the whole class abstract.