Home »
MCQs »
Flask MCQs
A ____is a function that extends the functionality of another function without modifying it?
56. A ____is a function that extends the functionality of another function without modifying it?
- Unit
- Module
- Decorator
- Component
Answer: C) Decorator
Explanation:
A decorator is a function that extends the functionality of another function without modifying it.