Challenger App

No.1 PSC Learning App

1M+ Downloads
In C++, when a class serves as a base class to others :

Aall of its members are inherited

Ball of its members are inherited, except for any protected members

Call of its members are inherited, except for any private members

Dnone of its members are inherited unless specifically listed

Answer:

C. all of its members are inherited, except for any private members


Related Questions:

Which among the programming languages belongs to the open source category ?
The symbols used in an assembly language are :
Pseudocode is :
Two main measures for the efficiency of an algorithm are:
Which of the following is not a reserved keyword in Java?