In article <52648c54$0$29981$c3e8da3$54964...@news.astraweb.com>,
 Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote:

> According to 
> some, Java, which has many low-level machine primitive types, is an 
> object-oriented language, while Python, which has no machine primitives 
> and where every value is an object, is not. Explain that one, if you can.

That's easy to explain.  Python doesn't have private data, therefore it 
isn't OO.  Well, according to the Java-esque gospel, at any rate.

Whenever somebody tells you what OO means, ask him what part of the 
elephant he's touching.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to