App Logo

No.1 PSC Learning App

1M+ Downloads
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

Answer:

D. Each private member in the base class remains public in the derived class

Read Explanation:

,


Related Questions:

The assembly language uses symbols instead of numbers known as:
In programming, what is the purpose of a loop?
The C++ keyword for declaring a variable that contains a I in the decimal point is :
Which of the following is an abstract data type?
Which of the following can be overloaded?