Which of the following is true about property decorator?

Questions & AnswersCategory: Programming LanguageWhich of the following is true about property decorator?
Adam asked 2 years ago

Which of the following is true about property decorator?
a. property decorator is used either for getting, setting or deleting an attribute
b. property decorator is used either for setting or getting an attribute.
c. property decorator is used only for setting an attribute
d. property decorator is used only for getting an attribute