C++ Language/Objects/Constructors/DelegationWithinClass

From Wikibooks, open books for an open world
Jump to navigation Jump to search

With a modern compiler, a constructor could now delegate its implementation to some other constructor of the same class.

Additional information about delegation of the constructor (includes interactive examples)