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.
Answers were Sorted based on User's Feedback
When should you use multiple inheritance?
Does c++ support exception handling?
What is expression parser in c++
How can you specify a class in C++?
What is an operator in c++?
What is the best book for c++ beginners?
What is ios :: in in c++?
what are function pointers?
What is a catch statement?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
What is #include iomanip?
What is a pointer with example?