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:

Verified
Correct Answer:
Verified
Q19: Which of the following is not true
Q20: Which of the following statements is false?<br>A)
Q21: If the line: friend class A;<br>Appears in
Q22: An error occurs if:<br>A) A non-reference, non-const,
Q23: Which of the following preprocessor directives does
Q25: For a non-constant member function of class
Q26: Which of the following statements is false
Q27: Variables defined inside a member function of
Q28: The code fragment: Increment::Increment(int c, int i)<br>:
Q29: Static member functions:<br>A) Can use the this