Saved Bookmarks
| 1. |
What Is Instance Variable ? |
|
Answer» Any item of data that is associated with a PARTICULAR object. Each instance of a CLASS has its own copy of the instance VARIABLES defined in the class. Also CALLED a field. See also class variable. Any item of data that is associated with a particular object. Each instance of a class has its own copy of the instance variables defined in the class. Also called a field. See also class variable. |
|