Solved

Member Function Definitions

Question 24

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions