ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
A private function of a derived class can be accessed by the parent class.
Correct Answer: B — False
If private functions get accessed even by the parent class that will violate the rules of private members. If the functions can be accessed then the derived class security is hindered.