Content deleted Content added
m typo Tags: Visual edit Mobile edit Mobile web edit |
typo |
||
Line 181:
===Dynamic dispatch===
A method
Dynamic dispatch works together with inheritance: if an object doesn't have the requested method, it looks up to its parent class ([[Delegation (object-oriented programming)|delegation]]), and continues up the chain to find a matching method.
|