A pattern that a subject maintains a list of observers, and automatically notifies them of any state changes. Continue reading Observer Pattern
Category: Programming
Factory Method Pattern
A pattern that relies on inheritance in which a method creates objects returning common parent class. Continue reading Factory Method Pattern
Singleton
A restricted class only instantiating one object Continue reading Singleton