Previous: OOP Extensions To the Table of Content Next: Inheritance

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

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: OOP Extensions To the Table of Content Next: Inheritance
OOP Extensions Table of Content Inheritance

- 2.2.13.1 -