Question Detail Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A Similar Questions : 1. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C 2. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A 5. Inheritance is transitive in nature. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2