Glossaria.net

Glossary Java / Term

protected

A Java programming language keyword used in a method or variable declaration. It signifies that the method or variable can only be accessed by elements residing in its class, subclasses, or classes in the same package.

Permanent link protected - Creation date 2022-01-03


< property Glossary / Java Pseudocode >