C and C++ >> Tips and Tutorials >> Development >> Hot scripts >> C++ Tutorial on Copy constructors
Version
NA
Author
NA
Platform(s)
NA
Hits
24
File Size
-
Added On
10, Jan 2007
Price
Na
Modified On
10, Jan 2007
Visitor Rating
(0)
Member Rating
(0)
Description
C++ Copy constructor is a constructor function with the same name as the class used to make deep copy of objects. There are 3 important places where a copy constructor is called.