convert a superclass to a subclass
HI,
I need for a very specifc reason a way to convert a superclass to sub
class, while the subclass extends the superclass only with additional methods.
Therefore an instance with it's Properties should not cause any
conflicts.
Is there an easy way to do that.
Thanks antoschka