From: Thufir Date: 2007-11-01T08:28:15+09:00 Subject: Re: why, or when to, use a class method? On Oct 31, 2:17 pm, 7stud -- wrote: [...] > > Why use a class method in the first example, though? > > So that you can check whether a Song is too long without having to > create a SongList object: [...] What would be a case where there's a SongList object, though? Or, if there are class methods then generally there won't be objects of that class? -Thufir