On Wednesday, February 22, 2012 08:19:09 Jacob Carlborg wrote: > He is overloading, not overriding. You have to start notice the > difference when reading these posts :)
Well, it's both. He's overriding a base class function with a different signature. So, depending on how the compiler treats that, it could be considered either both an override and an overload or just an overload. And apparently the override attribute only applies to exact overloads. - Jonathan M Davis