Question

Q3: Member function definitions:
a. Always require the scope resolution operator (::).
b. Require the scope resolution operator only when being defined outside of the definition of their class.
c. Can use the scope resolution operator anywhere, but become public functions.
d. Must use the scope resolution operator in their function prototype.

Answer

This answer is hidden. It contains 90 characters.