Design Patterns (written by 4 internationally recognized experts in the field of object-oriented software design) has become one bible or must-have dictionary for object-oriented technicist. 23 patterns with the most valuable experiences it summarized and concluded from OOD have become the essential basic knowledge and vocabularies of software development technology exchange.

Design Patterns described a set of well designed and clearly expressed software design patterns in a classification way, which are especially useful in practical environments. Therefore, we can regard it as the beacon to guide readers through all kinds of mazes in software design, which condensed the essences of software development industry with dozens of years of design experience.

AppNee suggests readers: when reading this book, you'd better use all of it in the actual production, just see how patterns make our life easier, and make our products better. Otherwise, at last, you would think "I am sure few people could finish reading and understand this book. It is just like doctors' graduation thesis, which is never written for human".

BTW, you'd better be familiar with C++, and this book may require you to read dozens of times. Finally, when you were able to answer under what circumstances and why they need a pattern, you really spelled over this book.

Table Of Contents

  • 1. Introduction
  • 2. A Case Study: Designing a Document Editor
  • 3. Creational Patterns
  • 4. Structural Pattern
  • 5. Behavioral Patterns
  • 6. Conclusion
  • Appendix A. Glossary
  • Appendix B. Guide to Notation
  • Appendix C. Foundation Classes

Book Example Codes

Download URLs

Format Download Size
PDF 2.37 MB
EPUB 10.5 MB
(Homepage 1 | Homepage 2)