Multiple Choice
If we have a full selection of accessor and mutator functions, why would we have friend functions?
A) You should not have them
B) More efficient access to the private data members.
C) The friend function must call the accessor or mutator functions anyway.
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q5: What member functions do you need to
Q6: Putting the keyword const after the function
Q7: All operators can be overloaded.
Q8: If a given task being performed by
Q9: How many parameters are there in a
Q11: Why are the extraction and insertion operators
Q12: Write the function declaration for an assignment
Q13: In order to do automatic type conversion
Q14: In an overloaded insertion or extraction operator,
Q15: Write the function declaration for a destructor