MCQOPTIONS
Saved Bookmarks
| 1. |
The keyword static is used _______________ |
| A. | With declaration inside class and with definition outside the class |
| B. | With declaration inside class and not with definition outside the class |
| C. | With declaration and definition wherever done |
| D. | With each call to the member function |
| Answer» C. With declaration and definition wherever done | |