When should we set a method directly on an object?
If only that object needs it
If it's already been set directly on other objects
Never; objects should always inherit methods
If only that object needs it.