# - **Creational Design Patterns** are about class instantiation or the object instantiation. # - **Singleton is a creational design pattern that lets you ensure that a class has only one instance, ...