Multiple Choice
Which of the following is true about a derived class?
A) A derived class can directly access any member variable of the base class.
B) A derived class can redefine any public member function of the base class.
C) A derived class can have at most one base class.
D) A derived class can redefine any member function of the base class.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q35: If inheritance is private, all members of
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
Q41: Consider the following class definitions:Which of the