- Spring 5 Design Patterns
- Dinesh Rajput
- 195字
- 2021-07-08 09:59:35
Structural design patterns
In the previous section, we discussed creational design patterns and how they provide the best solutions for object creation according to business demands. Creational design patterns only provide a solution for creating objects in the application with how these objects merge with each other in the application for a specific business goal, the structural design pattern comes into the picture. In this chapter, we will be exploring structural patterns, and how these patterns are useful to define the relationship between the objects either using inheritance or composition for larger structures of an application. Structural patterns allow you to solve many problems related to structuring the relationship between the objects. They show you how to glue different parts of a system together in a flexible and extensible fashion. Structural patterns help you guarantee that when one of the parts changes, the entire structure does not need to change; in a car you could replace the tyres with different vendors without impacting the other parts of that car. They also show you how to recast parts of the system that do not fit (but that you need to use) into parts that do fit.
- Visual C++程序設計學習筆記
- 垃圾回收的算法與實現
- iOS開發實戰:從零基礎到App Store上架
- Swift 3 New Features
- C程序設計案例教程
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- HoloLens與混合現實開發
- Odoo 10 Implementation Cookbook
- Python程序設計與算法基礎教程(第2版)(微課版)
- Cocos2d-x Game Development Blueprints
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Node.js從入門到精通
- Application Development with Swift
- 會當凌絕頂:Java開發修行實錄