Q13
In Python, what is the purpose of the @classmethod decorator?
A.
Define class methods
AnswerB.
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