C#.net Will Supports Copy Constructor or Not?
P Narasimha
Select an image from your device to upload
Yes , C# will support Copy Constructor.100 %.
Ex: obj1 a=new obj1(XYZ);
obj2 b=new obj2(a);
Hi,
In c#.net is Support the Copy Constructo or not?
Thanks,
narasima