-
Which of the following statements is NOT valid about operator overloading?
-
- The overloaded operator must have at least one operand of its class type
- The overloaded operators follow the syntax rules of the original operator
- Only existing operators can be overloaded
- All of above
- None of these
Correct Option: E
None of these