

MCQOPTIONS
Saved Bookmarks
1. |
If a function has to be called only by using other member functions of the class, what should be the access specifier used for that function? |
A. | Private |
B. | Protected |
C. | Public |
D. | Default |
Answer» B. Protected | |