Question Detail Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C Similar Questions : 1. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 2. Reference is like a PointerStructureArrayNone of above Answer: Option A 3. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 4. 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 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1