in reply to Re^3: Invoking bless triggers "Can't resolve method ..." error
in thread Invoking bless triggers "Can't resolve method ..." error
I am using the standard instantiation process: creating an instance of the parent class and reblessing it as an instance of the subclass. The two classes are related by ISA. If I didn't do this, methods overridden by the subclass would not be invoked and new methods defined by the subclass would not be resolved.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Invoking bless triggers "Can't resolve method ..." error
by afoken (Chancellor) on Jul 09, 2015 at 07:02 UTC | |
by Corion (Patriarch) on Jul 09, 2015 at 07:08 UTC |