Instance variable
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.