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
What are friend classes? What are advantages of using friend classes?
Can a list of string be stored within a two dimensional array?
Which compiler does turbo c++ use?
Out of fgets() and gets() which function is safe to use?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Difference between Operator overloading and Functional overloading?
Will the inline function be compiled as the inline function always? Justify.
Is ca high or low level language?
What are different types of loops in c++?
What's the hardest coding language?
What is virtual base class?
What is function declaration in c++ with example?