Skip to main content

One doc tagged with "classmethod"

View all tags

Instance, Class, and Static Methods

We've learned how to define methods—functions inside a class—that give our objects behavior. So far, all the methods we've created have been instance methods, which operate on a specific instance of a class.