Java   View all facts   Glossary   Help
syntactic unit > keyword > access modifier > public
Next access modifieraccess modifier of an overriding method    Upaccess modifier    Previous access modifierprotected   

public
subjectfact 
publicdeclares public accessadded by: WH, 2001-10-19 11:37:46.0
has definition A keyword that indicates that a method, class or variable may be accessed by any objectadded by: DS, source: Sun Java Tutorial, modified by: JK, reference: Source 2, 2001-10-19 11:37:46.0
is a subtopic of Access Control2001-10-19 11:37:46.0
is an instance of access modifiersource: Sun Java Tutorial, 2001-10-19 11:37:46.0
is used to declare a public class, public method or public variable    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:46.0
modifies methods, classes, and variables2001-10-19 11:37:46.0
access modifierhas purpose to control which other code can have access to a method or variable    2001-10-19 11:35:59.0
precedes the definition of a method, instance variable or class variable    2001-10-19 11:35:59.0
see also access mode2001-10-19 11:35:59.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0