Java View all facts Glossary Help |
syntactic unit > keyword > access modifier > access modifier of an overriding method |
access modifier of an overriding method comparison table |
Subject | allow | has definition | is a synonym of | is a kind of | is partitioned into |
---|---|---|---|---|---|
access modifier | A keyword that specifies how restricted the access is to a class or interface or variable or method | visibility modifier | keyword | private, protected, public | |
access modifier of an overriding method | less access than the overridden method's access modifier allows | access modifier |
Next access modifier: private Up: access modifier Previous access modifier: public