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:

To process data, computers use
Which of the following is also called translator?
Find the odd one out :
COBOL is an acronym for............
An instance member in Java :