When a base class is privately inherited by a derived class, then public members of the base become
Answers
Answered by
0
Answer:
This case is the same as composition where the base class is a private member of the subclass. The subclass will be able to access all public and protected members of the base class but the base class will appear private outside of the base class.
Explanation:
may be uts help you
Similar questions