

MCQOPTIONS
Saved Bookmarks
1. |
If only one memory location is to be reserved for a class variable, no matter how many objects are instantiated, then the variable should be declared as _____. |
A. | extern |
B. | static |
C. | volatile |
D. | const |
Answer» C. volatile | |