Name: Anonymous 2006-04-02 22:43
And it's not about Java (necessarily).
Does it ever make sense to create a class that consists only of member functions and has no member variables? Basically, a class that exists just to physically group functions that share a purpose but don't neccessarily operate on the same set of data.
Does it ever make sense to create a class that consists only of member functions and has no member variables? Basically, a class that exists just to physically group functions that share a purpose but don't neccessarily operate on the same set of data.