Coupling is evil.  If I have a subclass that doesn't need custom
initialization, why couple the signature of the init method to the
superclass's?

Um, I just have to fail to see how if you extend a class the inherited class is 'decoupled' from the super class, sorry...


On May 10, 2006, at 1:43 PM, Barney Boisvert wrote:

Coupling is evil.  If I have a subclass that doesn't need custom

initialization, why couple the signature of the init method to the

superclass's?


Reply via email to