ILE C/C++ Language Reference


Special Member Functions

C++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


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]