> I was wondering, can you make a program the uses alot of classes do > the exact same thing with out useing classes?
Yes you can always write a program without classes but it may be a lot more work and its likely to be a lot harder to maintain. Especially if its a big program. However if you use a language like Python its very difficult to write a program that doesn't use any classes because the built in types are clases, or objects. And many of the modules in the library have classes in them so you would need to reinvent all of that functionality yourself! Alan G Author of the Learn to Program web tutor http://www.freenetpages.co.uk/hp/alan.gauld _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor