Buy Questpond's video subscriptions on
huge discount
.
Online: 7988
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the advantage of Copy constructor
Posted by
deccansoft
on 7/30/2010 | Category:
C# Interview questions
| Views: 11158
Copy Constructor is used to create a new object by duplicating the state of an existing object and this is done by copying the value of data members of existing object in new object data members.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Define the use of Caspol.exe.
Next question > :
Can a contructor be invoked explicitly
Comments or Responses
Login to post response
More Interview Questions
Can a contructor be invoked explicitly
Can we force the activation of Garbage Collection if yes How?
Can we overload contructors
The entry point method Main in a class is marked as
Mostly the console based applications are developed in situations wher ...
What does Return value of Main used for?
What is the best way of passing data from parent process to a console ...
Can the entry point Main method be declared as private?