Ask Question
26 October, 16:00

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

+1
Answers (1)
  1. 26 October, 19:54
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers