Learn Python DUCK TYPING in 4 minutes! 🦆

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 17

  • @BroCodez
    @BroCodez  7 หลายเดือนก่อน +2

    # "Duck typing" = Another way to achieve polymorphism besides Inheritance
    # Object must have the minimum necessary attributes/methods
    # "If it looks like a duck and quacks like a duck, it must be a duck."
    class Animal:
    alive = True
    class Dog(Animal):
    def speak(self):
    print("WOOF!")
    class Cat(Animal):
    def speak(self):
    print("MEOW!")
    class Car:
    alive = True
    def speak(self):
    print("HONK!")
    animals = [Dog(), Cat(), Car()]
    for animal in animals:
    animal.speak()
    print(animal.alive)

    • @Parsa.a298
      @Parsa.a298 7 หลายเดือนก่อน +1

      Thanks dude your 12 hour course encouraged me to learn python!

    • @mnikhil8491
      @mnikhil8491 7 หลายเดือนก่อน

      bro code , can u make video of data structure using python language...?

  • @aDevBilly
    @aDevBilly 7 หลายเดือนก่อน +10

    THIS IS GOAT BRO CODE

  • @johnneisler6552
    @johnneisler6552 7 หลายเดือนก่อน

    You are the best python instructor ive found.

  • @parthiban.r3104
    @parthiban.r3104 7 หลายเดือนก่อน +2

    Big fan bro 💪 from india tn , u r rocking bro 🤟🤟🤟😄🔥🔥🔥

  • @hanabi1947
    @hanabi1947 7 หลายเดือนก่อน

    From Vietnam with love. I really like your voice. It's very easy to listen to

  • @leenalhassen3334
    @leenalhassen3334 6 หลายเดือนก่อน

    ❤You are the best ❤programming teacher on TH-cam ❤

  • @fahmidhossainSakib
    @fahmidhossainSakib 3 หลายเดือนก่อน

    very good explanation ! Thorougly loved it ! Thank you !

  • @shabeshvarans4688
    @shabeshvarans4688 7 หลายเดือนก่อน

    You are the GOAT bro

  • @supremechad8112
    @supremechad8112 7 หลายเดือนก่อน

    Whenever I watch your videos I never skip ads

  • @joehaar1466
    @joehaar1466 7 หลายเดือนก่อน +2

    Вижу Бро - ставлю лайк

  • @kabriel7579
    @kabriel7579 7 หลายเดือนก่อน +1

    Dog goes woof, cat goes meow. But, what does the fox say?

    • @zuhasanaaa
      @zuhasanaaa 7 หลายเดือนก่อน +2

      bird goes tweet and mouse goes squeak

  • @2k7Bertram
    @2k7Bertram 15 วันที่ผ่านมา

    But then that array under the hood, isn't a list of animals

  • @bhargavram4027
    @bhargavram4027 7 หลายเดือนก่อน +3

    Wohoo!! We got lightning McQueen cameo in a bro code video before gta 6. Letsss gooo!!!

  • @hanieatol2167
    @hanieatol2167 7 หลายเดือนก่อน +1

    PRIME