Home » C++ Programming » Operators » Question
  1. Which of the following statements is NOT valid about operator overloading?
    1. The overloaded operator must have at least one operand of its class type
    2. The overloaded operators follow the syntax rules of the original operator
    3. Only existing operators can be overloaded
    4. All of above
    5. None of these
Correct Option: E

None of these



Your comments will be displayed only after manual approval.