polymorphism in python
martin z
pxtl at hotmail.com
Tue Nov 25 23:42:42 EST 2003
More information about the Python-list mailing list
Tue Nov 25 23:42:42 EST 2003
- Previous message (by thread): polymorphism in python
- Next message (by thread): polymorphism in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A very interesting invention... does it work with parameter defaults? Oh, and IIRC, the word you're looking for is "Function overloading" not "polymorphism". Polymorphism refers to the ability to have completely different objects that can be used the same way, which Python always has.
- Previous message (by thread): polymorphism in python
- Next message (by thread): polymorphism in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list