When does it make sense to turn a function into the method of an object?
- When the function is related to the object
- When there are too many functions
- As soon as we have one function
- When the function is used a lot
When the function is related to the object.