Microchip Technology interview question

What is a copy Constructor?

Interview Answer

Anonymous

14 Mar 2016

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

1