Instance variable

From GNUstepWiki
Revision as of 14:17, 30 August 2005 by Cbv (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.