[Tutor] Sun says: Don't use Java, use Python!

alan.gauld@bt.com alan.gauld@bt.com
Tue Feb 11 19:45:03 2003


> If you're really considering re-writing the code with Java, bear in 
> mind that Java will force you to write it in full object oriented 
> style.  


No, not at all, it will only force you to wrap your functional code 
in a class structure. But if you make the methods static you don't 
even need to create an object at all, just call the method as if 
it was a function. This is how a lot of Java tutors start off 
teaching Java!

Java is not object oriented it is class oriented.

Alan g