Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

I'm in the process of implementing an Abstract class in my project simply because C# does not support operatorsC# does not support operators (implicit conversions, in my case) on Interfaces.

I'm in the process of implementing an Abstract class in my project simply because C# does not support operators (implicit conversions, in my case) on Interfaces.

I'm in the process of implementing an Abstract class in my project simply because C# does not support operators (implicit conversions, in my case) on Interfaces.

Source Link
palswim
  • 99
  • 1
  • 3

I'm in the process of implementing an Abstract class in my project simply because C# does not support operators (implicit conversions, in my case) on Interfaces.