instance data
A data item that is created and owned by a single instance of an application object class. An instance variable is typically defined by the class, and the definition is thus common to all instances of that class, but a separate data item is maintained for each instance.