Farklı bir kodlama stili örnekleri class Struct

in utopian-io •  7 years ago  (edited)

Selamlar , Bugün örnekler ile " Class Struct coding " Yapısının farklı kodlama şekillerini ve farklı anlatım tarzı ile size yansıtmaya çalıştım . Bu videoda diğer video gibi uzun bir video oldu . Bu yapı çok işimize yaracağı için uzun uzun anlatma gereksinimde bulundum . İyi seyirler , İyi dersler .

Greetings, Today I tried to reflect on the "Class Struct coding" structure with different coding styles and different narration styles. This video was a long video like the other video. This structure would be very useful for us, I needed to tell a long story. Good looking, Good lectures.



Projemizin Kodları
(Project Code)

class Arac{

    

    var tekerlekSayisi:Int

    var renk:String

    

    init(tekerlekSayisi:Int, renk:String) {

        self.tekerlekSayisi = tekerlekSayisi

        self.renk = renk

    }

    

}

let bmw = Arac(tekerlekSayisi: 4, renk: "Kırmızı")

bmw.renk

bmw.tekerlekSayisi

struct Araba{

    var model:Int

    var yakitTipi:String

}

var araba = Araba(model: 0, yakitTipi: "Hibrid")

araba.model

araba.yakitTipi

let araba2 = araba

araba.yakitTipi = "Dizel"

araba.yakitTipi

araba2.yakitTipi

// Struct içinde ve Class içinde Fonksiyon Kullanılabilir

struct Kare{

    

    var kenarUzunlugu:Int

    

    func cevrehesapla()->Int{

        

        return kenarUzunlugu*4

    }


    func alanHesapla()->Int{

        return kenarUzunlugu*kenarUzunlugu

    }

}

let kenariUcOlanKare = Kare(kenarUzunlugu: 3)

kenariUcOlanKare.alanHesapla()

kenariUcOlanKare.cevrehesapla()




  • Video ya ingilizce çeviri yapana " 1 SBD " Ödül verilecektir

  • The person who makes video or english translation will be awarded "1 SBD".


Videoma ingilizce çeviri yapabilirsiniz
English subtitles can be added to the video.

Kodlara github adresimden'de ulaşabilirsiniz
You can access the code file from my "Githup" account

Önceki derslerimiz / Previous lessons.**




Posted on Utopian.io - Rewarding Open Source Contributors

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

Hey @kerimcaglar I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x