Protected

From Free Pascal wiki
Revision as of 08:15, 21 September 2019 by Djzepi (talk | contribs) (Created page with "{{Protected}} The modifier <syntaxhighlight lang="Pascal" inline>protected</syntaxhighlight> is part of object-oriented programming. Within a Class|<syntaxhighlight...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en)

The modifier protected is part of object-oriented programming. Within a class, a protectedmodifier refers to an area that is restricted to its own class or the methods derived from it see and access them.

See also