cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++ Help on a question
C++ Help on a question
Mar 17, 2011 at 10:08pm UTC
carlela
(1)
The copy constructor for a class is called
a) When an object of the class is passed by value to a function.
b) When an object of the class is initialized by another object of the class.
c) When a function returns an object of the class.
d) All of the above.
e) None of the above
Need to know this answer, anyone?
Mar 17, 2011 at 10:10pm UTC
firedraco
(6243)
Haven't you read up on copy constructors and their function?
Topic archived. No new replies allowed.