C++ Blog
Monday, April 16, 2007
When "Copy Constructor" is invoked?
1) When an object is created from an existing object
2) When an object is passed by value
3) When an object is returned by value
posted by Pradeep Prem Kamal @
8:36 AM
0 Comments:
Post a Comment
<< Home
About Me
Name:
Pradeep Prem Kamal
View my complete profile
Previous Posts
Explicitly calling destructor?If the object is cre...
"GARBAGE COLLECTOR" a Curse or a Bless?What is "Ma...
When "new" fails?When you create a object with new...
"delete" operator in C++1) delete calls the destru...
Difference between C struct and C unionC struct va...
Uses of Placement new operator1) It is used to cre...
What is “Slicing Problem”?class base {}class deriv...
What one should take care, when writing a C++ clas...
Difference between new and malloc?1. When new is u...
Difference between Reference and Pointer
0 Comments:
Post a Comment
<< Home