Re: [Oorexx-devel] For classes in a package file, does order matter

2009-09-28 Thread Rick McGuire
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

[Oorexx-devel] For classes in a package file, does order matter

2009-09-28 Thread Mark Miesfeld
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