The scope resolution operator (::) is used to define member functions outside the class definition. It connects the function name to its class scope, such as ClassName::memberFunction. The extraction operator (>>) is for input, insertion operator (<<) is for output - neither is used for defining methods outside classes.