When a member function is defined outside of the class declaration, the function name must be qualified with theWhen a member function is defined outside of the class declaration, the function name must be qualified with the____________.

Respuesta :

Answer:

class name, followed by the scope resolution operator

Explanation:

The scope resolution operator helps to identify and specify the context to which an identifier refers, particularly by specifying a namespace.

Therefore, when a member function is defined outside of the class declaration, the function name must be qualified with the class name, followed by the scope resolution operator

RELAXING NOICE
Relax