Pascal/I modificatori public, private e protected: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m Update syntaxhighlight tags - remove use of deprecated <source> tags
Riga 13:
Un esempio:
 
<sourcesyntaxhighlight lang=pascal>
TYPE MyObject = OBJECT
PUBLIC:
Riga 24:
{ }
END;
</syntaxhighlight>
</source>
 
==Il modificatore protected==