Previous: 2.2.13.3. Object Syntax To the Table of Contents Next: 2.2.13.5. OOP Scopes
2.2.13.3. Object Syntax Table of Contents 2.2.13.5. OOP Scopes

- 2.2.13.4. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.13. OOP Extensions
2.2.13.4. Restrictions On Object Description


2.2.13.4. 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: 2.2.13.3. Object Syntax To the Table of Contents Next: 2.2.13.5. OOP Scopes
2.2.13.3. Object Syntax Table of Contents 2.2.13.5. OOP Scopes

- 2.2.13.4. -