Learn about Declaration of a Copy Constructor

The Constructor in C++ is a function, a method in the class, but it is a ‘special method’ that is automatically called when an object of a class is created. We don’t need to call this … Continue reading Learn about Declaration of a Copy Constructor