Which type of method in Python classes takes a self parameter and can modify instance state?
self
Select one:
Class methods
Static methods
Instance methods
Both instance and class methods
Hint
Think about which method type you use most commonly in your classes.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?