Easy Learning Design Patterns Java Practice: Reusable Object-Oriented Software
Authors: yang hu
ISBN-10: 109589935X
ISBN-13: 9781095899359
Publication Date 出版日期: 2019-04-25
Print Length 页数: 157 pages
Book Description
By finelybook
Experience about the design of object-oriented software,the design patterns allow designers to create more flexible,elegant,and ultimately reusable designs without having to rediscover the design solutions themselves.
Each pattern describes the circumstances in which it is applicable,when it can be applied in view of other design constraints,and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like Java