What is the c++ code?
No Answer is Posted For this Question
Be the First to Post Answer
what are function pointers?
Define macro.
what is the emaning of '#include" "'?
What is the importance of mutable keyword?
What are the methods of exporting a function from a dll?
What is a storage class?
How java is different from c and c++?
What is wrapper class in c++?
What is a character in c++?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
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.
List the advantages of inheritance.