Vidyalelo
C++ Programming · Q186

Classes and Objects in C++

Programming · C++ Programming · question 186

Q186

Which of the following statements is NOT valid about operator overloading?

A.
Only existing operators can be overloaded
B.
The overloaded operator must have at least one operand of its class type
Answer
C.
The overloaded operators follow the syntax rules of the original operator
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board