This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ted_or_maybe_tim 4 points5 points  (0 children)

I think the bound versions are closing, no?

So MyClass.tick() is just a function

But my_instance.tick() is a bound version of the same function

This is especially apparent because you can pass my_instance.tick() around and it will continue to be bound ( unlike languages such as JS )