[Python-Dev] PEP 252: class methods

Armin Rigo arigo@ulb.ac.be
Tue, 7 Aug 2001 17:15:44 +0200 (CEST)


Hello,

PEP 252: as described, class methods have no equivalent in C++ or Java; I
would just like to point out that the Pascal dialect "Delphi" of Borland
has this feature (called "virtual class methods"), which I personnally
used a lot in one of my applications.


Armin