- 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
推薦閱讀
- LabVIEW入門與實戰開發100例
- Functional Programming in JavaScript
- Java虛擬機字節碼:從入門到實戰
- 深入理解Java7:核心技術與最佳實踐
- 數據結構案例教程(C/C++版)
- 單片機C語言程序設計實訓100例
- UVM實戰
- Angular開發入門與實戰
- Android應用案例開發大全(第二版)
- Java面向對象程序設計
- ASP.NET開發與應用教程
- Django 3.0應用開發詳解
- Julia High Performance(Second Edition)
- Oracle Database XE 11gR2 Jump Start Guide
- Node.js實戰:分布式系統中的后端服務開發