| Author |
mutator method
|
SrinivasaRao Swarna
Greenhorn
Joined: Sep 17, 2006
Posts: 20
|
|
Hi friends, I have doubt with instantmethods in this program having erro in main method at dotted line please me Thanks&Regards Srinivas [ June 03, 2008: Message edited by: Campbell Ritchie ]
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
Hello Sri, Always copy and paste your code from original location. You have made many mistakes while rewriting in this post. The potential error that i could see is you haven't type cast from Object to person class. Is this the actual problem?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
Vishal Pandya is correct about copy and paste; your modify method returns an Object which needs to be cast to person. And always use code tags round quoted code; I have added them so you can see how much easier the code is to read.
|
 |
 |
|
|
subject: mutator method
|
|
|