If a property named temp is defined in a class, which of the following decorator statement is required for setting the temp attribute?

Questions & AnswersCategory: Programming LanguageIf a property named temp is defined in a class, which of the following decorator statement is required for setting the temp attribute?
Adam asked 2 years ago

If a property named temp is defined in a class, which of the following decorator statement is required for setting the temp attribute?
a. @temp.set
b. @temp.setter
c. @property.set.temp
d. @property.setter.temp