The objective of this chapter is to learn about creational patterns. Creational patterns are patterns that deal with object creation. In this chapter, we will cover the following topics:
- Singleton pattern
- Simple factory pattern
- Factory method patterns
- Abstract factory pattern
- Builder pattern
- Prototype pattern
- Object pool pattern