Object Oriented Software Engineering View all facts Glossary Help |
subject > component > module > Java module > Java method > protected method |
protected method comparison table |
Subject | access by | is a subtopic of | is a kind of |
---|---|---|---|
Java method | other methods and variables in any class in the same package by default | 9.1 - The Process of Design | method |
protected method | code in the same package as this class as well as code in any subclasses, even if they are not in the same package | The Basics of Java | Java method |
Next Java method: public method Up: Java method Previous Java method: private method