Blog LogoBlog Logo

Tag: object oriented design

All tags

Method hiding or overriding - or the difference between new and virtual

When developing applications it is very important to understand the difference between method hiding and method overriding. By default C# methods are...

— 10 Oct 2008

Mixins in C# 3.0

This is something I've been mulling around in my head for a few days now. "Out of the box" C# 3.0 does not support mixins, but I think you can get some of the...

— 24 Feb 2008