Multiple Choice
The general syntax of the function prototype to overload the stream extraction operator >> for a class is ____.
A) istream& operator>>(istream&, className&) ;
B) const istream& operator>>(istream&, className&) ;
C) friend operator>>(istream&, className&) ;
D) friend istream& operator>>(istream&, className&) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The _ operator causes a member-wise copy
Q12: In C++, operator is a reserved word.
Q21: Which of the following is a built-in
Q22: In C++,a function _ can be overloaded.
Q27: The general form of the functions to
Q27: The _ operator function as a member
Q33: The operators that cannot be overloaded are
Q36: Which of the following is the general
Q40: Both parameters of the function to overload
Q40: The only built-in operations on classes are