Advertisements
Advertisements
प्रश्न
What are class variables?
लघु उत्तर
Advertisements
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 6: Encapsulation - Exercises [पृष्ठ १४८]
