Question:Which of the following operators can be overloaded?
A Assignment (=) B Conditional (&&,||) C Logical (&,|,^) D Shift (<<, >>)
+ AnswerC
+ Report