The scope resolution operator (::) is used to define member functions outside the class definition, specifying which class the function belongs to. The extraction (>>) and insertion (<<) operators are used for I/O streams, not for defining class members.