Question Detail How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D Similar Questions : 1. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 2. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 5. 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 Read more from - C++ Programming Questions Answers - Set 2