What’s the main advantage of using properties in Python?
Select one:
They improve the performance of your code.
They allow you to change the underlying implementation of an attribute without changing your public API.
They automatically generate getter and setter methods.
Hint
Properties are a handy tool for managing changes in your code.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?