Python: Instance Methods Question What is the core rule behind instance methods? (Click to reveal answer) Answer Keep behavior on the object when it mainly exists to answer a question about that object's own state. This matters because candidates sound stronger when they explain why a method belongs on the object instead of in a utility module. Additional NotesWhat is the core rule behind instance methods? Track: Python Topic: Domain Modeling Focus: Instance Methods Topics: Domain Modeling Instance Methods Python