You can use class methods for any methods that are not bound to a specific instance but the class . In practice, you often use class methods for methods that create an instance of the class. When a method creates an instance of the class and returns it, the method is called a factory method.