Why aren't constructors inherited?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-03T03:06:47Z Indexed on 2010/05/03 3:18 UTC
Read the original article Hit count: 258

In all OO languages I've worked with, constructors aren't inherited.

Why is this?

© Stack Overflow or respective owner

Related posts about object-oriented

Related posts about constructors