Protected
From Lazarus wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
Back to Reserved words.
The modifier protected
is part of object-oriented programming.
Within a class
, a protected
modifier refers to an area that is restricted to its own class
or the methods derived from it see and access them.