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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to