Advertisements
Advertisements
Question
What are instance variables?
Short Answer
Advertisements
Solution
- Instance variables are the variables that belong to individual objects of a particular class. Each object has its own separate copy of these variables.
- Therefore, any change made to an instance variable by one object affects only that object and does not affect other objects of the same class.
shaalaa.com
Is there an error in this question or solution?
Chapter 6: Encapsulation - Exercises [Page 148]
