Good reference for Object Oriented Design [closed]

2019-04-01 01:07发布

问题:

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.

回答1:

Here goes: two milestones

  1. Design Patterns: Elements of Reusable Object-Oriented Software
  2. Head First Design Patterns


回答2:

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.



回答3:

Check out Evan's DDD



标签: oop object