Java View all facts Glossary Help |
access mode > protected access |
protected access | ||||
subject | fact |
protected access | has definition 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 | |
is a subtopic of Access Control | ||
is a kind of access mode | ||
access mode | see also access modifier |