Thread: Coding in Bluej
View Single Post
Old
  (#7)
KTOG is Offline
Captain
 
KTOG's Avatar
 
Posts: 5,824
Join Date: Mar 2002
Location: Robertplantsville
   
Default 09-16-2004, 09:21 PM

From what i read it would look something like this in C++ but i'm still clueless on what exactly is meant by mutator.



public void setRefNumber (String ref)
{
refNumber = "'
}

void int()
{
setRefNumber(String refNumber)
}
  
Reply With Quote