NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Are they even equivalent? (Score:1)
That would require that you never have a concrete class inheriting from another concrete class, which feels like a very bad thing to bake in.
Of course, I don't know how those
::SUPERs get in there. It's possible they can only arise when the class is already known to be abstract; but that just makes the whole thing even more obscure.So, the second
:). I would probably want theis_abstractmethod to be a sprinkling ofsub is_abstract { 1 }and{ 0 }s rather than simply that expression, as well.Reply to This