Which of the following is the correct about static member variables of a class?
A.
We can define class members variables as static using the static keyword
B.
When we declare a member of a class as static, it means no matter how many objects of the class are created, there is only one copy of the static member
Discuss about the question