I find myself rarely using object oriented principles when I design applications. I am looking for a good reference for Object Oriented design. I'm using C# as my programming language and would like to have a reference which helps to make use of the OO contructs provided by C#. But basically I need a good book to derive some inspiration.
A:
I think a book on Design Patterns may be what you want. The classic one would be Deisgn Patterns: Elements of Reusable Object Orientated Software.
lnz
2009-08-28 22:15:29
I would add "head first object oriented analysis and design" to that list as well
Jeff Tucker
2009-08-28 22:19:00
Which one do you recommend to read first?
2009-08-28 22:32:01
Head first is more "readable" than GoF
Rodrigo
2009-08-28 22:36:41