Djinn
❔ abstract class vs interface
i agree with Thinker, interface even if you can write default methods, statics and so on they should just have contract to some implementation instead of implementing them
this protected static could be in Baz class as protected/private or as Thinker said, abstract class
13 replies