Question Detail What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Similar Questions : 1. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 2. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 5. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A Read more from - C++ Programming Questions Answers - Set 2