No, the instantiation order of the classes is figured from the
dependencies between the classes.
Rick
On Mon, Sep 28, 2009 at 4:31 PM, Mark Miesfeld wrote:
> Say you have several ooRexx class definitions in a single package
> file, does the order of the class effects things?
>
> In particular, w
Say you have several ooRexx class definitions in a single package
file, does the order of the class effects things?
In particular, with class A, B, and C. If C subclasses A, does A have
to be defined first in the file?
I vaguely remember having some problem with this quite a few years
ago, but c