When you declare a derived class object, this object inherits the members of the base class. However, the derived class object cannot directly access the _

When you declare a derived class object, this object inherits the members of the base class. However, the derived class object cannot directly access the ____.


a.private data members of the base class