#23 Polymorphism in Python | Python Tutorial Series | In Tamil | Error Makes Clever Academy

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

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

  • @hintsfrompast8664
    @hintsfrompast8664 11 หลายเดือนก่อน +9

    His voice thooo 🔥🔥..... Damnnnnnn

  • @Sudharsan-w6m
    @Sudharsan-w6m 11 หลายเดือนก่อน +5

    Class bird(animal):
    def sound(self):
    Print("birds sing")
    B1=bird()
    B1.sound

    • @ignatiousamalraj5199
      @ignatiousamalraj5199 11 หลายเดือนก่อน

      Class bird() mattum potalum work aagum bro

  • @hasirmohamed-lu9on
    @hasirmohamed-lu9on ปีที่แล้ว +4

    U r very young,but u r explanation is very excellent .

  • @vichuvlog
    @vichuvlog 11 หลายเดือนก่อน +9

    why method overloading is not possible in python?

  • @Goldencupid777
    @Goldencupid777 ปีที่แล้ว +3

    Polymorphism interesting gatha bro iruku and use fullavu irukunu nanaikura 😊 and constructor mari destructor na ennanu epdi use pannanunu sollunga bro

  • @pavithradurai7192
    @pavithradurai7192 ปีที่แล้ว +4

    Anna... Hacker Rank problems solve pandradhuku adhula kekura question topic um solli kunga na..... (Python )

  • @FactlessFact-ByRaji
    @FactlessFact-ByRaji ปีที่แล้ว +4

    without inheriting the Animal class still Dig class prints "dog barks"?

    • @krthkchannel
      @krthkchannel 5 หลายเดือนก่อน

      yes print pannum bro

  • @sasikumartist
    @sasikumartist 10 หลายเดือนก่อน +1

    Hi is this correct ?
    class animal():
    def sound(self,sound="Animal makes a sound"):
    print(sound)
    class dog(animal):
    pass
    class bird(animal):
    pass
    dog1=dog()
    dog1.sound("Dog Barks")
    bird1=bird()
    bird1.sound("Birds Sing")

    • @vikashgameo
      @vikashgameo 8 หลายเดือนก่อน +1

      its crt bro

  • @nvsbflims4624
    @nvsbflims4624 8 หลายเดือนก่อน +9

    class Animal:
    def sound(self):
    print("Animal Makes Sound...")
    class Dog(Animal):
    def sound(self):
    print("Dog barks...")
    class Bird(Animal):
    def sound(self):
    print("Birds Sing...")
    b1 = bird()
    b1.sound()
    Bro task completed

  • @nirmal_kumar_143
    @nirmal_kumar_143 ปีที่แล้ว +3

    Bro for loop la
    Input = errormakesclever
    Output = E1R2R3O4R5M6A7K8E9S10C11L12E13V14E15R
    INDHA OUTPUT KEDAIKA CODE EPDI BRO IRUKANUM ..SOLUNGA BRO PLEASE

    • @mr.tnmemes
      @mr.tnmemes ปีที่แล้ว

      input_str = "errormakesclever"
      output_str = ""
      # Initialize a counter
      count = 1
      # Iterate through each character in the input string
      for char in input_str:
      # Add the character and its count to the output string
      output_str += char + str(count)
      # Increment the count
      count += 1
      print(output_str)

    • @sampie135
      @sampie135 ปีที่แล้ว

      output = ''
      for i in range(1, 16):
      if i % 2 == 0:
      output += str(i)
      else:
      output += 'R'
      output = 'E' + output
      print(output)

  • @BLACK-mg5oc
    @BLACK-mg5oc ปีที่แล้ว

    Bro innu ethana topic kitta iruku and intha course complete pannita clarificate tharuvigala bro sollunga please

  • @nandhiniedu-wh6kf
    @nandhiniedu-wh6kf ปีที่แล้ว +2

    Next web development start panunga

  • @user-lz8mq4wt1l
    @user-lz8mq4wt1l ปีที่แล้ว

    Bro ithu mudicha udanae next language poduvingala......