Question Detail What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Similar Questions : 1. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 2. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 3. Can we overload constructors in C++ YesNo Answer: Option A 4. 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 5. What is the value of sizeof(char) 1248 Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1