Multiple Choice
When you declare a derived class object, this object inherits the members of the base class, but the derived class object cannot directly access the ____.
A) private data members of the base class
B) data members in its own class
C) base class constructors
D) public data members of the base class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A friend function is a member function
Q11: For a base class to give access
Q12: Private members of a base class can
Q13: In _, one or more members of
Q14: A(n) _ typically serves to initialize the
Q16: We need to ensure that the private
Q17: If there are three classes, shape, circle,
Q18: The definitions of member functions can be
Q19: In single inheritance, the derived class is
Q20: The function that overloads any of the