C++ MQCs with Explanation ( WORKING WITH FILES)

Which of the following statements is TRUE?

  1. Member functions of a template class defined outside the class need not be defined as function templates
  2. In class templates with multiple arguments, all the arguments need not be of class T type arguments
  3. Template functions can not be overloaded
  4. All the above



Answer: 
Option a: Member functions of a template class defined outside the class need not be defined as function templates

Explanation Here

Post a Comment

0 Comments