The default constructor, destructor, copy constructor, and copy assignment
operator are special member functions. These functions
create, destroy, convert, initialize, and copy class objects.
Related References
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.