Multiple Choice
Given the following function declaration,
Friend void displayconst myClass& object) ;
Which is the correct header for the definition of the function?
A) void myClass::displayconst myClass& object)
B) void displayconst myClass& object)
C) friend void displayconst myClass& object) ;
D) friend void displayconst myClass& object)
Correct Answer:

Verified
Correct Answer:
Verified
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
Q17: Which of the following statements are true?<br>A)
Q18: If you have mutators and accessors, you
Q19: When overloading an operator, which of the
Q20: A _ function is not a member
Q21: An overloaded extraction or insertion operator should