OBJECT paragraph

The object IDENTIFICATION DIVISION introduces the object definition, which is the portion of a class definition that defines the instance objects of the class.

The object definition contains object data and object methods.

The following format is for an object IDENTIFICATION DIVISION.

Format: object identification division

Read syntax diagramSkip visual syntax diagramIDENTIFICATIONIDDIVISION.OBJECT.