ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
If private member functions are to be declared in C++ then _____________
Correct Answer: B — private: <all private members>
The private members doesn’t have to have the keyword with each private member. We only have to specify the keyword private followed by single colon and then private member’s are listed.