Vidyalelo
Python · Q13

Formatting and Decorators

Programming · Python · question 13

Q13

In Python, what is the purpose of the @classmethod decorator?

A.
Define class methods
Answer
B.
Define static methods
C.
Modify instance methods
D.
Decorate class variables

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board