Created
March 8, 2019 14:45
-
-
Save kadiralev1/8df31b9134032e11e8c02b9546956e21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let ornek = VideoModu() | |
ornek.cozunurluk = hd// önceki ornekte kullandık | |
ornek.isim = "1080i" | |
ornek.kareHizi = 25.0 | |
let ornek2 = ornek | |
ornek2.kareHizi = 30.0 | |
print(ornek.kareHizi) // print çıktısı -> 30 oldu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment