# Take (cls) as the first parameter, which represents the class itself. # Instance methods = Best for operations on instances of the class (objects) # Static methods = Best for utility functions that ...