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

b. Object should not be a const parameter

Computer Science & Information Technology

You might also like to view...

The __________ criterion states that any output bit j of an S-box should change with probability 1/2 when any single input bit i is inverted for all i,j. ?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Software designers help users understand their software through the use of _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology