About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Mzsmunna
10/28/2019 - 9:44 AM
share
Share
add_circle_outline
Save
ALL Design Patterns
ALL Design Patterns
content_copy
file_download
Rendered
Source
Note : Don't Repeat yourself!!
Single Responsibility Principle - c#
Open Closed Principle - c#
Liskov Subtitution Principle - c#
Interface Segregation Principle - c#
Dependency Inversion + Injection - c#
OOP DESIGN PATTERNS :
Strategy Pattern
Observer Pattern
Decorator Pattern
Factory Pattern
Abstract Factory Pattern
Singleton Pattern
Memento Design Pattern
State Pattern
Decorator Pattern.PNG
Factory Pattern.PNG
Abstract Factory Pattern.PNG
Notes :
The adapter pattern changes the interface but does not change the implementation.
The proxy pattern changes the implementation but does not change the interface.
The decorator pattern changes the implementation but does not change the interface.
The facade pattern is a high-level level abstraction over low-level components, where the interface is changed.
clear