Question

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

Answer

This answer is hidden. It contains 1 characters.