Multiple Choice
For a class template, the scope resolution operator (::) is needed:
A) Only in the definitions of the member functions defined outside the class.
B) Both in the prototype and definition of a member function.
C) Only if multiple class-template specializations will be created from this class template.
D) In neither the definition nor prototype of member functions.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The relationship between function templates and function-template
Q2: [C++ 11]:Which of the following is true?<br>A)
Q4: Function templates:<br>A) Can include objects of template
Q5: Class templates:<br>A) May include the statement template<typename
Q6: Assuming that all four of the following
Q7: Nontype parameters are:<br>A) Unable to have default
Q8: Default type parameters are allowed only:<br>A) If
Q9: A function template can be overloaded by:<br>A)