How does the @classmethod decorator differ from @staticmethod?
A. @classmethod can't access class attributes
B. @staticmethod can't access instance attributes
C. @classmethod can access class attributes
D. @staticmethod can access instance attributes
Answer: Option C
Join The Discussion