When should we set a method directly on an object?

If only that object needs itIf it's already been set directly on other objectsNever; objects should always inherit methods

If only that object needs it.