1.

Which of the following is not true in case of public inheritance in C++?

A. Each public member in the base class is public in the derived class
B. Each protected member in the base class is protected in the derived class
C. Each private member in the base class remains private in the base class
D. Each private member in the base class remains private in the derived class
Answer» E.


Discussion

No Comment Found