Java   View all facts   Glossary   Help
member > method > protected method
Next methodpublic method    Upmethod    Previous methodprivate method   

protected method comparison table
Subject be override by is a kind of is a synonym of access by has definition is partitioned into
methodpublic except for those that will definitely need to be called from outside the package specificationmember functionother methods and variables in any class in the same package by defaultCode that specifies some of the behaviour of a class or instancestatic method, instance method
protected methodprotected or public in all subclassesprivate method in subclassmethod code in the same package as this class as well as code in any subclasses, even if they are not in the same package  

Next methodpublic method    Upmethod    Previous methodprivate method