The real purpose of Constructor Chaining is that you can pass parameters through a bunch of different constructors, but only have the initialization done in a single place . This allows you to maintain your initializations from a single location, while providing multiple constructors to the user.