Welcome to myCobol.ovh Monday, 29 September 2025, 08:31

instance data
Category Syntax
Subject Cobol
Data that defines the state of an object. The instance data introduced by a class is defined in the WORKING-STORAGE SECTION of the DATA DIVISION in the OBJECT paragraph of the class definition. The state of an object also includes the state of the instance variables introduced by classes that are inherited by the current class. A separate copy of the instance data is created for each object instance.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary