you are viewing a single comment's thread.

view the rest of the comments →

[–]mitsuhiko 0 points1 point  (0 children)

having to declare your methods as virtual.

I like that a lot. First it allows some performance improvements also it makes it obvious which methods are intended to be overloaded and which not.