Design Pattern:
Observer Pattern : Weather Monitoring application, Meet the Observer Pattern
Decorator Pattern : Constructing a Drink Order with Decorators
Factory Pattern : Define interface to create object
Singleton Pattern : One Instance, global use
Command Pattern : Order a Command to do specific process
Adapter design pattern : (often referred to as the wrapper pattern or simply a wrapper) translates one interface for a class into a compatible interface
Facade Pattern : facade is an object that provides a simplified interface to a larger body of code, such as a class library
Method Pattern : Described how the method will works /steps.
Iterator Pattern : loop...
Composite Pattern :
State Pattern : like scope
Proxy Pattern : ..
Compound Pattern : Join all or more patterns together, [patterns of patterns]
No comments:
Post a Comment