Question Detail How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D Ad Similar Questions : 1. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 2. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 3. 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 4. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 5. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Read more from - C++ Programming Questions Answers - Set 2