Java   View all facts   Glossary   Help
syntactic unit > keyword > access modifier > access modifier of an overriding method
Next access modifierprivate    Upaccess modifier    Previous access modifierpublic   

access modifier of an overriding method
subjectfact 
access modifier of an overriding methodcan allow more access than the overridden method's access modifier allowsadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:59.0
cannot allow less access than the overridden method's access modifier allowsadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:59.0
is a subtopic of Access Control2001-10-19 11:35:59.0
is a kind of access modifieradded by: JK, 2001-10-19 11:35:59.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