Chapter 11: Problem 1
If a member variable is declared ______________, all objects of that class share that variable.
Short Answer
Expert verified
Answer: The keyword used to declare a member variable shared by all objects of a class is `static`.