Copy Constructor

Learn how to define a copy constructor.

We'll cover the following...

Problem

How to define a copy constructor?

Coding solution

Here is a solution to the problem above.