- 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.
- Getting started with Google Guava
- Dynamics 365 Application Development
- Dependency Injection in .NET Core 2.0
- Java Web及其框架技術
- Scratch 3游戲與人工智能編程完全自學教程
- Silverlight魔幻銀燈
- Learning Data Mining with R
- Visual C#.NET程序設計
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Java語言程序設計教程
- MINECRAFT編程:使用Python語言玩轉我的世界
- 零基礎學Python編程(少兒趣味版)
- Python商務數據分析(微課版)
- Java Hibernate Cookbook
- Swift High Performance