Parrot-0.0.1

Greg Ewing greg.ewing at compaq.com
Thu Sep 2 18:30:32 EDT 1999


Victor Wagner wrote:
> 
> Phil Hunt <philh at vision25.demon.co.uk> wrote:
> : Use subclassing.
> No, thanks. I've large experience of programming with toolkits where you
> need to create a subclass for each of hundreds dialogs in your program.

Note that, in Python, instead of subclassing you can
plug functions into an instance of an existing class.
Code calling it will never know the difference.

Greg




More information about the Python-list mailing list