|
|
|
|
|
by steveklabnik
2163 days ago
|
|
There are two ways of doing it. The way most people use most of the time does not, it's statically dispatched. The other way is dynamically dispatched, though there are some differences from the way that C++ virtual works. They should be roughly the same in that case, though. |
|