Abstract class

Mr.SpOOn mr.spoon21 at gmail.com
Sun Sep 14 15:19:06 EDT 2008


On Sun, Sep 14, 2008 at 9:15 PM, Gary Herron <gherron at islandtraining.com> wrote:
> Please forget about Abstract Base Classes.  They have nothing to do with
> what you want, and are a *HUGE* overkill for your application.   They are
> not (yet) even part of standard Python, and are used primarily for a class
> implementor to guarantee  to a user of a class that it provides a specific
> interface.

Ok :D
I started to think to abstract classes just because in the paper it
uses an abstract class in SmallTalk.

Anyway, thanks.



More information about the Python-list mailing list