Good reference for Object Oriented Design [closed]

2019-04-01 01:18发布

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.

标签: oop object
3条回答
Viruses.
2楼-- · 2019-04-01 01:35

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.

查看更多
祖国的老花朵
4楼-- · 2019-04-01 01:47
登录 后发表回答