Java   View all facts   Glossary   Help
access mode > default access of a method or variable
Next access modeprivate access    Upaccess mode    Previous access modedefault access of a class   

default access of a method or variable
subjectfact 
default access of a method or variablehas 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 packageadded by: JK, source: On To Java, 2001-10-19 11:36:36.0
is a subtopic of Access Control2001-10-19 11:36:36.0
is a kind of access modeadded by: JK, 2001-10-19 11:36:36.0
access modesee also access modifier2001-10-19 11:35:58.0