Which one of the following describes characteristics of
"protected" inheritance?
a) The base class has access only to the public or protected
members of the derived class.
b) The derived class has non-public, inheritable, access to
all but the private members of the base class.
c) The derived class has access to all members of the base
class.
d) The private members of the base class are visible within
the derived class.
e) Public members of the derived class are privately
accessible from the base class.
Answer Posted / roshanpr
d
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Write a program to find the reverse Fibonacci series starting from N.
How can I disable the "echo" feature?
What is time h in c++?
What are the benefits of oop in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Is dev c++ free?
What are maps in c++?
What is a syntax in c++?
What is c++ and its features?
What is prototype for that c string function?
What is difference between class and structure in c++?
Explain how to initialize a const data member.
What do you know about near, far and huge pointer?
What is a down cast?
Define the process of error-handling in case of constructor failure?