Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Protected

A visibility modifier which ensures that protected attributes, methods and inner classes are only visible with the class in which they are defined and subclasses of that class. Note that the Java implementation of this visibility modifier violates this definition.

Permanent link Protected - Creation date 2023-02-22


< Property Glossary / Object Oriented Analysis and Design Protected Access >