Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
Ranked #4K
~675 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for CPPRULZ

The copy constructor is used when the class contain a data member which is a pointer.... when you say object a=b you did not want to make the pointers in the two objects have the same address....by doing this if ,for example object a has been destroyed there will be …

Member Avatar for MMahmoud
0
151

The End.