Protected in Interfaces

Because an interface is supposed to mean “what you can see from outside the class”. It would not make sense to add non-public methods.

Leave a Comment