Singleton
Ensuring a class has only one instance.
Factory Method
Creating objects without specifying exact classes.
Abstract Factory
Creating families of related objects.
Builder
Constructing complex objects step by step.
Prototype
Cloning objects instead of creating new ones.