

MCQOPTIONS
Saved Bookmarks
1. |
In C++, const qualifier can be applied to ï‚·Member functions of a class ï‚·Function arguments ï‚·To a class data member which is declared as static ï‚·Reference variables |
A. | only 1, 2 and 3 |
B. | only 1, 2 and 4 |
C. | all |
D. | only 1, 3 and 4 |
Answer» D. only 1, 3 and 4 | |