Question Detail Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C Similar Questions : 1. 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 2. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 4. 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 5. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C Read more from - C++ Programming Questions Answers - Set 2