- 2.2.13.1 -
TMT Pascal Language Description
Pascal Language Structure
OOP ExtensionsObject
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
|
|
|
OOP Extensions |
Table of Content |
Inheritance |
- 2.2.13.1 -