methods and functions, instances and classes

David Isaac aisaac0 at verizon.net
Mon Sep 4 10:40:18 EDT 2006


> Alan Isaac wrote:
> > When I create an instance of a class,
> > are the class's functions *copied* to create the methods?
> > Or are method calls actually calls of the class's functions?


"Diez B. Roggisch" <deets at nospam.web.de> wrote in message
news:4m2pemF487vvU1 at uni-berlin.de...
> On the class functions. You can make every instance have it's own methods,
> though - but only explicitly.


Could you please elaborate on that last sentence?
Thanks,
Alan Isaac





More information about the Python-list mailing list