C++ Language/Objects/Constructors/DelegationWithinClass

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)

Category:Book:C++ Language#Objects/Constructors/DelegationWithinClass%20
Category:Book:C++ Language