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. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. Size of a char is ? 1234 Answer: Option A 5. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Read more from - C++ Programming Questions Answers - Set 2