Why can we not define a class as protected?
protected
I know that we can\'t, but why? There should be some specific reason.
public class A { protected class B { } }