Advertisement
sdfxs

Untitled

May 12th, 2021
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Singleton https://pastebin.com/vVGmj535
  2. https://refactoring.guru/ru/design-patterns/singleton
  3.  
  4. Builder https://pastebin.com/pnTagZsW
  5. https://refactoring.guru/ru/design-patterns/builder
  6.  
  7. Prototype https://pastebin.com/sVDWvpaL
  8. https://refactoring.guru/ru/design-patterns/prototype
  9.  
  10. factory https://pastebin.com/4XP4UjG6
  11. https://refactoring.guru/ru/design-patterns/factory-method
  12.  
  13. abstract factory https://pastebin.com/D6kdbkVe
  14. https://refactoring.guru/ru/design-patterns/abstract-factory
  15.  
  16. adapter https://pastebin.com/fH3SxDzD
  17. https://refactoring.guru/ru/design-patterns/adapter
  18.  
  19. decorator https://pastebin.com/LkgRzaM1
  20. https://refactoring.guru/ru/design-patterns/decorator
  21.  
  22. proxy https://pastebin.com/hPeZRKvm
  23. https://refactoring.guru/ru/design-patterns/proxy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement