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:

Which out the following is a scripting language?
The malloc() function in C :
Which of the following is the correct declaration for an array ?
A program that translates one instruction at a time into machine language and executes it is called:
An instance member in Java :