[ZDP] ZDP-Tools

Tom Deprez tom.deprez@uz.kuleuven.ac.be
Wed, 09 Feb 2000 11:54:55 +0100


Maik,

I'm trying to understand your ZDP-Tools. I see that in all classes you
define the link_methods & list_methods and others too. Why didn't you just
created a class which inherits all these from a base class? A base class
which contains all these general methods? 

This is where object come into. Then you only have to change/add a method
on the base class and all the childs of this base-class will have the
new/changed method. Now, when you want to add/change one you've to do it in
all classes.

Tom.