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.