Java View all facts Glossary Help |
access mode > default access of a method or variable |
default access of a method or variable | ||||
subject | fact |
default access of a method or variable | has definition The access mode of methods or variables that do not have an explicit access modifier; access is limited to objects in the same class (and subclasses in the same package), in the same compilation unit, and in the same package | |
is a subtopic of Access Control | ||
is a kind of access mode | ||
access mode | see also access modifier |