It's like permissions from other classes, methods, etc. to classes, member variables, and methods. This section describes the access modifiers attached to member variables and methods.
By the way, if you don't add any qualifiers, you can access only from the classes in the same package, not any of them.
......package? ?? Subclass ...? ??
Recommended Posts