which-of-the-following-is-true-about-decorators

Questions & AnswersCategory: Programming Languagewhich-of-the-following-is-true-about-decorators
Adam asked 2 years ago

Which of the following is true about decorators?
a. Decorators always return None
b. dec keyword is used for decorating a function
c. Decorators can be chained
d. A Decorator function is used only to format the output of another function