ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which is private member functions access scope?
Correct Answer: D — Member functions which can only be used within the class
The member functions can be accessed inside the class only if they are private. The access is scope is limited to ensure the security of the private members and their usage.