␡
- Template Method Pattern Revisited
- Passing the Buck: Chain of Responsibility
- Conclusion
- Notes and References
< Back
Page 4 of 4
Like this article? We recommend
Notes and References
- [1] In subtype or inclusion polymorphism, an object can be viewed as belonging to different classes. Signature-based polymorphism allows these classes to be fully disjointed.
- [2] Braniste, Radu. "Design Patterns with Signature-Based Polymorphism: a C++ Approach."
- [3] Gamma, Helm, Johnson, Vlissides. Design Patterns: Elements of Reusable Object-Oriented Software, Addison-Wesley, 1994.
- [4] Sutter, H. More Exceptional C++, Addison-Wesley, 2002.
- [5] Vandevoorde, D. and N. M. Josuttis. C++ Templates: The Complete Guide, Addison-Wesley, 2002.
- [6] Morris, Stephen. "C++ Chain of Responsibility pattern and network events."
- [7] Huang, Michael Xinsheng. "The Chain of Responsibility pattern’s pitfalls and improvements."
< Back
Page 4 of 4