Previous: Inherited reserved word To the Table of Content Next: Interface Type

- 2.2.13.13 -
TMT Pascal Language Description
Pascal Language Structure
OOP Extensions

Self argument

Methods have an additional implicit argument, called Self, which is automatically supplied by the compiler. Self contains the instance of the object for which the method was called. Self, as well, as all of its fields are automatically added to the method's symbol table.


Previous: Inherited reserved word To the Table of Content Next: Interface Type
Inherited reserved word Table of Content Interface Type

- 2.2.13.13 -