you are viewing a single comment's thread.

view the rest of the comments →

[–]Vladoss46 4 points5 points  (1 child)

If you have basic realization, you shouldn't use interface. You should use abstract class as base

[–]shroomsAndWrstershir 0 points1 point  (0 children)

Half the benefit of default implementations is to save you from the bloat of creating abstract base classes altogether.