2006/9/29, M.Sokolewicz <tularis@xxxxxxx>:
Well, you could say that there is no difference really. Classes are mainly used as collections; They're a collection of functions (methods) sharing a common goal/dataset/whatever.
That's a module, my friend, not a class: http://en.wikipedia.org/wiki/Module_%28programming%29 Modularity was good, but OOP is better... IMO.