Java View all facts Glossary Help |
access mode > default access of a method or variable |
default access of a method or variable comparison table |
Subject | is a kind of | has definition |
---|---|---|
access mode | kbTop | |
default access of a method or variable | access mode | 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 |
Next access mode: private access Up: access mode Previous access mode: default access of a class