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
Are strings mutable in c++?
What are c++ redistributables?
what is Loop function? What are different types of Loops?
Differentiate between the message and method?
write a program that takes two numbers from user that prints the smallest number
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Write a program which employs Recursion
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Distinguish between a # include and #define.
What are the types of STL containers?
What things would you remember while making an interface?
When you overload member functions, in what ways must they differ?