copy constructor

From: Kittu (teehighest_at_gmail.com)
Date: 11/30/04


Date: 30 Nov 2004 06:33:56 -0800

Why should we use the copy constructor.Which is the best way to
initialize object using copy constructor or using assignment operator
and why?