Class methods are for when you need to have methods that aren’t specific to any particular instance, but still involve the class in some way .
Class methods are for when you need to have methods that aren’t specific to any particular instance, but still involve the class in some way .