Stevan Little wrote:
I would like to propose that class methods do not get inherited along normal class lines.

One of the things that has annoyed me with Java is that it's class methods don't inherit (dispatch polymorphically). This means that you can't apply the "template method" pattern to static (class) methods. I hope Perl 6 doesn't copy this "feature".

Reply via email to