Which of the following is not true in case art of public inheritance in C
AEach public member in the base class is public in the derived class
BEach in the base class is protected in the derived class
CEach private member in the base class remains private in the base class
DEach private member in the base class remains public in the derived class