Which among the following best defines static variables members?
(a) Data which is allocated for each object separately
(b) Data which is common to all the objects of a class
(c) Data which is common to all the classes
(d) Data which is common to a specific method
The question was posed to me at a job interview.
I'd like to ask this question from Static Data Members in chapter Exception Handling & Static Class Members of Object Oriented Programming