Bitwise Copy Constructor
A bitwise copy constructor performs a simple variable-by-variable assignment copy of all the components of an object. The bitwise copy constructor is so named as it merely copies bit-by-bit from the original object to the new object.
It is clear from the above figure that in a bitwise copy constructor the original as well as the new object point to the same variable. Hence, the value of the variable is changed for both the objects even if it is changed by only one object.
Read more about this topic: Copy Constructor
Famous quotes containing the word copy:
“Matisse makes a drawing, then he makes a copy of it. He recopies it five times, ten times, always clarifying the line. Hes convinced that the last, the most stripped down, is the best, the purest, the definitive one; and in fact, most of the time, it was the first. In drawing, nothing is better than the first attempt.”
—Pablo Picasso (18811973)