Python 3K or Python 2.9?

Stefan Bellon sbellon at sbellon.de
Thu Sep 13 13:13:41 EDT 2007


On Thu, 13 Sep, TheFlyingDutchman wrote:

> Bruce said that no other mainstream OO language is explicitly passing
> the object as a parameter to class methods.

Ada 95 does. And Ada 95 was the first standardized OO language. Now
with Ada 2005 you can either pass the the object explicitly as first
parameter (like in Ada 95) or you can call the method on the object
(like in Java, C++, Python, ...) and the object is passed implicitly.

-- 
Stefan Bellon



More information about the Python-list mailing list