Explain class variable ??
Answers
Answered by
1
Answer:
A class variable is an important part of object-oriented programming (OOP) that defines a specific attribute or property for a class and may be referred to as a member variable or static member variable.
Answered by
1
Answer:
- Variables represent a memory of class, which it shares with each and every ïnstance.
Similar questions