Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which is not true about operator overloading? - select option

  Shared By: Vitoria Silva    Date: Oct 13    Category: C++ Programming    Views: 1090

Answer:

Option

a) Only existing operators can be overloaded
b) Binary arithmetic operators (+,-,*,/) need not return a value
c) It is impossible to redefine an operator
d) All of the above

Answer : b) Binary arithmetic operators (+,-,*,/) need not return a value

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: