- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 87字
- 2021-06-25 20:52:35
Behavioral Patterns
The objective of this chapter is to learn about behavioral patterns. Behavioral patterns are patterns that focus on object interaction, communication, and control flows. Most behavioral patterns are based on composition and delegation rather than inheritance. We will look at the following behavioral patterns in this chapter:
- The chain-of-responsibility pattern
- The command pattern
- The interpreter pattern
- The iterator pattern
- The observer pattern
- The mediator pattern
- The memento pattern
- The state pattern
- The strategy pattern
- The template method pattern
- The null object pattern
- The visitor pattern
推薦閱讀
- Node.js Design Patterns
- Python for Secret Agents:Volume II
- MATLAB應用與實驗教程
- Android NDK Beginner’s Guide
- RocketMQ實戰與原理解析
- Unity 2017 Game AI Programming(Third Edition)
- Unity Android Game Development by Example Beginner's Guide
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Mastering Machine Learning with R
- Mastering Node.js
- Java Script從入門到精通(第5版)
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- PHP典型模塊與項目實戰大全
- Vue.js項目開發實戰
- Go Programming Cookbook(Second Edition)