Web Log of Aleksey Nudelman: Thoughts on Software Architecture

Analysis and Review of Microsoft Technologies for IT Managers, Architects and Developers

  Home »   Archives » May 2005 » Object Oriented programming with C# - some tips

[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.

  Home
  Archives
Phishing Inspector is  available

Copyright© 2006 Aleksey Nudelman