- 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.
推薦閱讀
- Learning PostgreSQL
- Building Modern Web Applications Using Angular
- PyTorch自動駕駛視覺感知算法實戰
- Servlet/JSP深入詳解
- 云原生Spring實戰
- Apache Spark 2.x for Java Developers
- Webpack實戰:入門、進階與調優
- ArcGIS for Desktop Cookbook
- Red Hat Enterprise Linux Troubleshooting Guide
- Julia數據科學應用
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Mastering OpenStack
- INSTANT LESS CSS Preprocessor How-to
- Isomorphic Go
- 循序漸進Vue.js 3前端開發實戰