Java View all facts Glossary Help |
access mode > protected access |
protected access comparison table |
Subject | is a kind of | has definition |
---|---|---|
access mode | kbTop | |
protected access | access mode | The access mode of methods or variables specified by the keyword "private"; access is limited to objects in the same class (and subclasses in any package), in the same compilation unit, and in the same package |
Next access mode: public access Up: access mode Previous access mode: private access