Question

Q2: 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.

Answer

This answer is hidden. It contains 65 characters.