![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Re: Confused about splitting program into multiple files.by davido (Cardinal) |
on Feb 15, 2004 at 16:16 UTC ( [id://329130]=note: print w/replies, xml ) | Need Help?? |
Ok, here's a question though. What made you choose to use Class::MethodMaker; instead of use base Class::MethodMaker; or
In other words, when should you choose inheritance rather than simple use? The barometer that I've kind of adopted is if I want my object or class to behave as a parent class, inherit. It seems that Class::MethodMaker is one of those cases. Please forgive my continued novicity on this subject. ;)
Dave
In Section
Seekers of Perl Wisdom
|
|