Previous: Object Syntax To the Table of Content Next: OOP Scopes

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

Restrictions On Object Description

object types can be declared everywhere a type identifier is allowed by Pascal's syntax. object types can be declared within procedures, functions, or other methods if the declaration is not ambiguous.

Like records, object types cannot include File components or records or objects that include 'file' components.


Previous: Object Syntax To the Table of Content Next: OOP Scopes
Object Syntax Table of Content OOP Scopes

- 2.2.13.4 -