True/False
If inheritance is private, all members of the base class, including private members, become private members of the derived class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: A call to the base class's constructor
Q31: If the corresponding functions in the base
Q32: The private members of a base class
Q33: In multiple inheritance, the derived class has
Q34: The _ members of an object form
Q36: A derived class can directly access the
Q37: In _ (aggregation), one or more members
Q38: If inheritance is public, all protected members
Q39: The constructors of a derived class can
Q40: Which of the following is true about