Examveda
Examveda

What are decorators in Python?

A. Design patterns

B. Functions that add functionality to other functions

C. Programming languages

D. Built-in Python modules

Answer: Option B

Solution(By Examveda Team)

Decorators are functions that enhance or modify the behavior of other functions.

This Question Belongs to Python Program >> Decorators In Depth

Join The Discussion

Related Questions on Decorators in Depth