Dear Moos ;) First, to illustrate my question http://mooshell.net/baYDF/1
What I am trying to figure out is - By extending a class that by itself implements few other classes, causes the extended class to copy (be the definition of "Implements") implemented classes every time it is extended (and later on initialized?...), or is it doing this statically for the extended classes as well? How do you figure things like that anyway? (if something is copied vs its referenced statically) Cheers, Roman
