search

Home  >  Q&A  >  body text

Get and set methods of type attributes

Writing the get method like this, is the value of the type attribute fixed? How to write the set method?

class Score{

class var total : Int {

get{

return "99"

}

}

}  

hxjhxj1371 days ago971

reply all(0)I'll reply

No reply
  • Cancelreply