Hacker News new | ask | show | jobs
by dunham 3110 days ago
I think the author means "late binding" - the method lookup is done at invocation time rather than compile time. (There is caching, etc, to make it fast.)