[Tutor] Functional Programming in Python

Dave Angel davea at davea.name
Sun Apr 5 07:16:32 CEST 2015


On 04/04/2015 09:53 PM, WolfRage wrote:
> <SNIP>

>
> (Pointing to the different classes. Since C++ has virtual methods but
> Python does not?)

I'd say that all methods in Python are virtual, except for those which 
are classmethod or staticmethod.


-- 
DaveA


More information about the Tutor mailing list