|
|
|
|
|
by adgar
5394 days ago
|
|
> dynamic dispatch (thin of doesNotUnderstand, method_missing and __getattr__) Dynamic Dispatch has a very well-defined meaning. It means dispatching based on the runtime type of a variable rather than the declared, static type. The three methods you mention just happen to exist in languages that feature only dynamic dispatch. I'm not sure if there's a formal term for the methods you refer to, but they aren't "dynamic dispatch". |
|
But thanks for pointing it out. I've edited the original comment to avoid confusion.
[1] http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91....