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

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 20

  • @hintsfrompast8664
    @hintsfrompast8664 10 месяцев назад +8

    His voice thooo 🔥🔥..... Damnnnnnn

  • @Sudharsan-w6m
    @Sudharsan-w6m 10 месяцев назад +3

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

  • @hasirmohamed-lu9on
    @hasirmohamed-lu9on Год назад +2

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

  • @vichuvlog
    @vichuvlog 9 месяцев назад +9

    why method overloading is not possible in python?

  • @pavithradurai7192
    @pavithradurai7192 Год назад +4

    Anna... Hacker Rank problems solve pandradhuku adhula kekura question topic um solli kunga na..... (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

  • @FactlessFact-ByRaji
    @FactlessFact-ByRaji 11 месяцев назад +3

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

  • @nandhiniedu-wh6kf
    @nandhiniedu-wh6kf Год назад +2

    Next web development start panunga

  • @BLACK-mg5oc
    @BLACK-mg5oc Год назад

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

  • @sasikumartist
    @sasikumartist 8 месяцев назад

    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")

  • @nvsbflims4624
    @nvsbflims4624 6 месяцев назад +8

    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)

  • @user-lz8mq4wt1l
    @user-lz8mq4wt1l Год назад

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