Advertisements
Advertisements
Question
What are class variables?
Short Answer
Advertisements
Solution
Class variables (also called static variables) have only one copy that is shared by all the objects of a class. Any change made to this variable by one object will be reflected in all other objects of the same class. This is achieved by using the keyword static.
shaalaa.com
Is there an error in this question or solution?
Chapter 6: Encapsulation - Exercises [Page 148]
