Solved

When a Member Function Is Defined Outside of the Class

Question 15

Multiple Choice

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


A) class name, followed by a semicolon
B) class name, followed by the scope resolution operator
C) name of the first object
D) private access specifier
E) None of these

Correct Answer:

verifed

Verified

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

Related Questions