Solved

When a Member Function Is Defined Outside of the Class

Question 37

Multiple Choice

When a member function is defined outside of the class declaration, the function name must be qualified with the class name, followed by


A) a semicolon(;) .
B) the scope resolution operator (::) .
C) the public access specifier.
D) the private access specifier.
E) a tilde (~) .

Correct Answer:

verifed

Verified

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

Related Questions