Solved

When You Declare a Derived Class Object, This Object Inherits

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions