newbie architecture question

Joe Poniatowski jponiato at ford.nospambot.com
Fri Dec 12 08:35:39 EST 2003


I wish to define a hierarchy of classes - something like book, chapter,
page, where books are made of one or more chapters, and chapters consist of
one or more pages.  Should the definitions be nested, or all at the module
level with just the instantiations nested?

Jp






More information about the Python-list mailing list