Question Detail Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C Ad Similar Questions : 1. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 2. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 3. Which is not a correct variable type floatintdoublereal Answer: Option D 4. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 5. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1