Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java method > protected method
Next Java methodpublic method    UpJava method    Previous Java methodprivate method   

protected method comparison table
Subject access by is a subtopic of is a kind of
Java methodother methods and variables in any class in the same package by default9.1 - The Process of Designmethod
protected methodcode in the same package as this class as well as code in any subclasses, even if they are not in the same packageThe Basics of JavaJava method

Next Java methodpublic method    UpJava method    Previous Java methodprivate method