Swift Access Class -Eigenschaft mit Objekten
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears
SAMER SAEID
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears