Which type of method in Python classes takes a self parameter and can modify instance state?
self
Select one:
Static methods
Both instance and class methods
Class methods
Instance 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?