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 accessor 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.