Maha

Maha

  • NA
  • 0
  • 309.3k

Operator keyword

Jan 28 2014 3:16 PM
Operator keyword is combined with other keyword. For example:

public static Widget operator ++(Widget w)
public static explicit operator Fahrenheit(Celsius c)
public static implicit operator int(ThreeD op1)

I wish to know whether there are specific keywords which have to be combined with operator keyword and operator keyword can't itself be used alone.


Answers (2)