Jump to content

C++ Language/Objects/Constructors/DelegationWithinClass

From Wikibooks, open books for an open world

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)