A pattern that relies on inheritance in which a method creates objects returning common parent class. Continue reading Factory Method Pattern
Category: Creational Design Patterns
Singleton
A restricted class only instantiating one object Continue reading Singleton