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:

Verified
Correct Answer:
Verified
Related Questions
Q6: A base class may have at most
Q7: If a derived class Class2) has redefined
Q8: If the member variables of the base
Q9: Given the following classes and code, what
Q10: The ability to associate multiple meanings to
Q12: If you use the keyword virtual in
Q13: The base class has everything that is
Q14: What is another name for a child
Q15: In the derived class definition, you list
Q16: A derived class pointer can point to