

MCQOPTIONS
Saved Bookmarks
1. |
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 |
Answer» C. Data which is common to all the classes | |