Multiple Choice
What is wrong with the following overloaded extraction operator declaration?
Istream& operator >>istream& in, const myClass &object) ;
A) Object should not be a pass by reference parameter
B) Object should not be a const parameter
C) You can not put the & on the return type
D) nothing
Correct Answer:

Verified
Correct Answer:
Verified
Q44: What happens when you define a class
Q45: Functions that are constant member functions may
Q46: Both the copy constructor and the assignment
Q47: Functions that are constant member functions may
Q48: Which of the following are not correct?<br>A)
Q50: Operators can be overloaded as<br>A) friends of
Q51: To overload functions with symbolic names like
Q52: Given the following class, what is syntactically
Q53: Given the following class and array declaration,
Q54: Putting the keyword const in front of