Answer:
3. Require the scope resolution operator only when being defined outside of the definition of their class.
Step-by-step explanation:
Member function require the scope resolution operator only when being defined outside of the definition of their class.
A member function should be static if it does not access non-static class members.