- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 73字
- 2021-06-25 20:52:35
Summary
In this chapter, we covered creational design patterns. We talked about variations of the singleton, factory, builder, prototype, and object pool patterns. All these patterns are used to instantiate new objects and give code flexibility and reusability while creating objects. In the next chapter, we will cover behavioral patterns. While creational patterns help us to manage the creation of objects, behavioral patterns provide an easy way to manage the behavior of objects.
推薦閱讀
- Implementing Modern DevOps
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- Python自動化運(yùn)維快速入門(第2版)
- Hands-On Data Structures and Algorithms with JavaScript
- PyTorch Artificial Intelligence Fundamentals
- Windows Presentation Foundation Development Cookbook
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- Multithreading in C# 5.0 Cookbook
- Unity 2018 Shaders and Effects Cookbook
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Creating Data Stories with Tableau Public
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺
- Learning Concurrency in Python
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- Google Maps JavaScript API Cookbook