Topic: object-oriented methods
| |
Reference
Bettini, L., Capecchi, S., Venneri, B.,
"Double dispatch in C++",
Software--Practice and Experience, 36, pp. 581-613, May 2006.
Google
Quotations
584 ;;Quote: explicit, multi-method invocation in C++ by double dispatch; choose the most specialized branch; e.g., visitor pattern
| 592 ;;Quote: static, well-typed, multi-method dispatch; unique return type and most specialized branch; no ambiguity, no message-not-understood
|
Related Topics
Topic: object-oriented methods (42 items)
|