If a property named temp is defined in a class, which of the following decorator statement is required for deleting 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 deleting 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 deleting the temp attribute?
a. @temp.delete
b. @property.deleter.temp
c. @property.delete.temp
d. @temp.deleter