1.

Which of the statements is true in a protected derivation of a derived class from a base class?

A. Private members of the base class become protected members of the derived class
B. Protected members of the base class become public members of the derived class
C. Public members of the base class become protected members of the derived class
D. Protected derivation does not affect private and protected members of the derived class.
Answer» D. Protected derivation does not affect private and protected members of the derived class.


Discussion

No Comment Found