[Previous entry: "RUP and Object Oriented Design"] [Next entry: "Book Review:Design Patterns by Erick Gamma et al"]
05/24/2005: "Object Oriented programming with C# - some tips"
Avoid default constructors if you can. Avoid deep inheritance trees. Do not call virtual methods from constructors and do not shadow. These are some of the lessons you will learn from my OOP note.