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"

}

}

}  

hxjhxj1410 days ago994

reply all(0)I'll reply

No reply
  • Cancelreply