Question Detail What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A Ad Similar Questions : 1. 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 2. What is polymorphism Ability to take more than one formAbility to destroy destructorAbility to create constructorNone of above Answer: Option A 3. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 4. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 5. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1