最高のコレクション java access modifiers hierarchy 147586-Java access modifiers hierarchy
In Java, methods and data members of a class/interface can have one of the following four access specifiers The access specifiers are listed according to their restrictiveness order 1) private (accessible within the class where defined) 2) default or package private (when no access specifier is specified) 3) protected