ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which members are inherited but are not accessible in any case?
Correct Answer: D — Private
Private members of a class are inherited to the child class but are not accessible from the child class.