Difference between revisions of "Instance variable"

From GNUstepWiki
Jump to navigation Jump to search
(No difference)

Revision as of 14:17, 30 August 2005

Any variable that is part of a class's internal data structure.

Instance variables are declared in the class's Interface and become part of any objects which are members of, or inherit from, the class.

Instance variables are also referred to as ivars.