Solved

If the Member Variables in a Base Class Are Private

Question 11

Multiple Choice

If the member variables in a base class are private, then


A) they can be directly accessed or changed in the derived class
B) the derived class must use any accesssor or modifier functions from the base class
C) making them private causes a syntax error.
D) you must declare them in the derived class also.

Correct Answer:

verifed

Verified

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

Related Questions