Question Detail Can we overload constructors in C++ YesNo Answer: Option A 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. 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 3. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 4. \r is used for carriage returnnew lineend of the linevertical tab Answer: Option A 5. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1