MCQ
When there is a need to have some variable that is shared by all object instances of the same class, the variable should be allocated memory only once per class. What is known as these types of variables?
- Aclass variable
- Bstatic variable
- ✓a and b both
- DNone of these