DotNetShoutout - Stories tagged with Overriding
2
Shouts

C#/.NET Little Pitfalls: Operators are Overloaded, not Overridden

published 710 days, 2 hours, 53 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 713 days, 10 hours, 33 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Friday, July 08, 2011 12:16:51 AM GMT
C# (and .NET in general of course) is a wonderful language for modern programming, but occasionally there are things that may be syntactically legal, but can bite you if you aren’t aware of what is actually going on behind the scenes and/or use them incorrectly.  This is my second post in the Little Pitfalls series where I explore these small pitfalls and discuss how to avoid them.  This week I'm discussing operator overloads and how people often incorrectly consider operators as overrides by mistake. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, Overriding, Operator, C#, Overloading, CSharp, Little Pitfalls