PROTECTED SECTION

Syntax

PROTECTED SECTION.

Effect

This statement is only possible in the declaration section of a class and defines the protected visibility section in the class class. All the components of the class that are declared in the section after the PROTECTED SECTION statement can be addressed in the subclasses of the class, as well as in the class itself.

Note

Example

See Visibility Areas.