Tag: object oriented design
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...
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...
