|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: OOP: Plugin Style Developmentby dragonchild (Archbishop) |
| on Jul 22, 2002 at 19:11 UTC ( #184182=note: print w/ replies, xml ) | Need Help?? |
|
Possibly something like:
If you're wondering if the language will enforce anything OOP ... the short answer is "No". It enables OOP, but doesn't enforce it like C++, Java, and/or Smalltalk. Perl isn't an inherently OOP language. The plug-in architecture you're describing is essentially an overloaded base class. A few caveats:
Most importantly, if you come up with a really neat implementation, post it to CPAN. ------ Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||