instance attribute

Attribute of a class that is declared using DATA. The instance attribute is only valid in the context of an instance of the class. The content of the instance attributes determines the status of objects of a class.

More