Propriétés rapides

class Person {

  // define properties 
  var name: String = ""
  var age: Int = 0 

  ... 
}
SAMER SAEID