Microchip Technology Interview Question

What is a copy Constructor?

Interview Answer

Anonymous

Mar 14, 2016

Special Constructor for creating a new object out of an existing object.

1