Lecture Object-Oriented programming - Lesson 24: Copy constructor

Lecture Object-Oriented programming - Lesson 24: Copy constructor. The main topics covered in this chapter include: compiler generates copy constructor for base and derived classes, if needed, derived class Copy constructor is invoked which in turn calls the Copy constructor of the base class, the base part is copied first and then the derived part,...