Java   View all facts   Glossary   Help
access mode > protected access
Next access modepublic access    Upaccess mode    Previous access modeprivate access   

protected access
subjectfact 
protected accesshas 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 packageadded by: JK, source: On To Java, 2001-10-19 11:37:46.0
is a subtopic of Access Control2001-10-19 11:37:46.0
is a kind of access modeadded by: JK, 2001-10-19 11:37:46.0
access modesee also access modifier2001-10-19 11:35:58.0