Loading practice questions
A private function of a derived class can be accessed by the parent class.
Correct Answer: B — False
Explanation:
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.