Multiple choice technology programming languages The member functions of a class can be defined outside the Class using Extraction Operator Insertion Operator Scope resolution operator None of the Above Reveal answer Fill a bubble to check yourself C Correct answer Explanation The scope resolution operator (::) is used in C++ to define a member function outside of its class declaration. Insertion (<<) and extraction (>>) operators are used for stream I/O, not for specifying class scope.