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) name of the first object
C) class name, followed by the scope resolution operator
D) private access specifier
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The following code shows an example of
Q5: If a local variable and a global
Q6: When the body of a member function
Q7: You must declare all data members of
Q8: A class is a(n) _ that is
Q10: More than one destructor function may be
Q11: What is the output of the
Q12: Members of the class object are accessed
Q13: The constructor function's return type is<br>A) int<br>B)
Q14: The constructor function may not accept arguments.