in reply to Re^7: Inheritance - calling parent constructor
in thread Inheritance - calling parent constructor

I know, which is why I made an allowance for when the assumption is wrong. ("Don't use a workaround just in case you might need it." allows for using a workaround when needed.)

You, on the other hand, assume that all base classes are buggy and permit no exception (because it would break encapsulation!?)

  • Comment on Re^8: Inheritance - calling parent constructor