On 2014-02-25 05:38:15 +0000, Jesse Phillips said:

When I've had a need for base classes to call super class functions, I certainly wanted a way to enforce it. I just don't know if it would just lead to other OOP design problems.

Sounds like a good reason to use unittests to me. The compiler can't possibly deal with all the different ways you might want to enforce an OOP pattern in a particular program. Introducing more keywords does not seem like a fix.

-S.

Reply via email to