Which statement is correct about Operator Overloading?

 Posted by vishalneeraj-24503 on 12/5/2014 | Category: OOPS Interview questions | Views: 8650 | Points: 40
Select from following answers:
  1. Function must be a static.
  2. Function must have the keyword operator followed by the operator which is to be overridden.
  3. The return value of the function is the result of the operation.
  4. The parameters of the function are the operands.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response