Loading practice questions
Which is private member functions access scope?
Correct Answer: D — Member functions which can only be used within the class
Explanation:
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.