[Tutor] A simple question about creating a program
Alan Gauld
alan.gauld at freenet.co.uk
Thu Mar 31 22:56:28 CEST 2005
> 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
More information about the Tutor
mailing list