Categories
Tags → Copy Constructor

C++ Tutorial on Copy constructors

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.
DETAILS
©2003-2019 jCay.com