Question Detail Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A Ad Similar Questions : 1. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C 2. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 3. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 4. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 5. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2