If you are asking, I would be interested to know what does an Abstract Base Class give if every method of it throws an exception?
Gabor On Fri, Aug 12, 2011 at 2:01 AM, Natty <[email protected]> wrote: > Or should I call it ABP? (Abstract Base Package (-:) > Anyway , I was wondering what is the best approach to create Abstract Base > Classes in Perl? > I know I can just create a package FOO, squeeze in some methods (subs..) > with empty bodies and then override them in any pkg that sub-classes (with > @ISA, use parent,etc..) it... > But I bet there is a better, cleaner way to do this, maybe with Moose(?)? > Thanks, _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
