Question Detail Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A Similar Questions : 1. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 2. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 4. 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 5. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B Read more from - C++ Programming Questions Answers - Set 2