On 10/17/2013 2:49 AM, Peter Cacioppi wrote:

 Even Python, which isn't strongly typed,

Python objects have a definite type/class. It is fixed for instances of builtins. If that is not 'strong', the word has no meaning.

manages polymorphism by allowing the self argument to a sub-class of the method 
class.

???

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to