Ask Question

What is decorator and how to use it wit Python programming language?

+5
Answers (1)
  1. 2 June, 08:39
    0
    Decorators are very powerful and useful tool in Python since it allows programmers to modify the behavior of function or class. Decorators allow us to wrap another function in order to extend the behavior of wrapped function, without permanently modifying it.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is decorator and how to use it wit Python programming language? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers