Thread: compile error
View Single Post
  #4 (permalink)  
Old 12-12-2007, 07:34 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
Yeah but you need a constructor with the right signature. If you are going to pass it two Strings, then you need a constructor that handles two Strings like the one I put above. It is possible and usually a good idea to have more than one constructor.
Reply With Quote