in reply to Accessing a module's method without causing circular dependency
But to use the module A's execute method, I will have to "use" it in module C
Not true. Class A must have already been loaded if an object of class A was previously created.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Accessing a module's method without causing circular dependency
by rovingeyes (Sexton) on Apr 27, 2010 at 20:37 UTC | |
by almut (Canon) on Apr 27, 2010 at 20:42 UTC | |
by ikegami (Patriarch) on Apr 27, 2010 at 20:49 UTC |