Previous: 2.2.13. OOP Extensions To the Table of Contents Next: 2.2.13.2. Inheritance
2.2.13. OOP Extensions Table of Contents 2.2.13.2. Inheritance

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


2.2.13.1. Object


An object is a structure that consists of fields and methods. The fields are effectively declarations of data while the methods define routines that act on the data. Object types allow four types of routines: procedures, functions, and also constructors and destructors; the latter two are allowed only within objects.

See also:
Object Syntax


Previous: 2.2.13. OOP Extensions To the Table of Contents Next: 2.2.13.2. Inheritance
2.2.13. OOP Extensions Table of Contents 2.2.13.2. Inheritance

- 2.2.13.1. -