View Single Post
  #2 (permalink)  
Old 10-30-2007, 06:14 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
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.
Reply With Quote