This lesson covers the differences between @classmethod
s and @staticmethod
s. Unlike @staticmethod
s, @classmethod
s are
aware of the attributes of the class they belong to. You’ll learn that Class Methods can instantiate new objects of that class type and you’ll get to see a real world example of them in use.
Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set the default subtitles language in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
What Makes Class Methods Different?
Become a Member to join the conversation.