|
I guess with "copy constructor, your instructor means a constructor which takes an instance of that class and copy its properties into the new object it creates.
Try to write your own class and then we can check it.. That way you will learn better i guess.
|