Overloading methods in C API
Afanasiy
abelikov72 at hotmail.com
Sat Jan 18 22:56:00 EST 2003
More information about the Python-list mailing list
Sat Jan 18 22:56:00 EST 2003
- Previous message (by thread): Overloading methods in C API
- Next message (by thread): Overloading methods in C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 Jan 2003 19:56:24 GMT, Grant Edwards <grante at visi.com> wrote: >In article <Xns9307CD595EDCBrcamesz at amesz.demon.nl>, Robert Amesz wrote: >> Grant Edwards wrote: >For whatever historical reasons, operator overloading and function/method >overloading are usually considered as two separate language features. C and >python have the former but not the latter. C++ has both. Like others, I was caught by "C [has] the former"... and I will just say... I meant overloading that developers could define themselves. Otherwise, I have a tough time thinking of a language that doesn't have operator "overloading"...
- Previous message (by thread): Overloading methods in C API
- Next message (by thread): Overloading methods in C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list