Właściwość klasy dostępu Swift za pomocą obiektów
// 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