Below C# function is of which type?

public static Calculate operator +(Calculate c1,Calculate c2)
{
}

 Posted by vishalneeraj-24503 on 11/29/2013 | Category: OOPS Interview questions | Views: 11280 | Points: 40
Select from following answers:
  1. Function overloading
  2. Function overriding
  3. Operator overloading
  4. None of this.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response