Base class is privately inherited by derived class - Inheritance
Q. When a base class is privately inherited by the derived class, then_____________ .- Published on 17 Jul 15a. protected members of the base class become private members of derived class
b. public members of the base class become private members of derived class
c. both a and b
d. only b
ANSWER: both a and b