in reply to Re: Objects and Inheritance
in thread Objects and Inheritance
Even though you're (eventually) calling the BaseClass new method, it's going to get 'BaseClass::Log::Writer' as the class if called (originally) from the BC::L:Writer new method. The error is just in your head :)
|
|---|