What is Polymorphism in Python?What is Polymorphism in Python?

By ayush goel in 22 Sep 2023 | 04:11 pm
ayush goel

ayush goel

Student
Posts: 346
Member since: 21 Sep 2023

What is Polymorphism in Python?

22 Sep 2023 | 04:11 pm
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

Polymorphism is a concept where objects of different classes can be treated as objects of a common base class. It allows you to write code that works with objects of different classes in a uniform way. Python supports polymorphism through method overriding and duck typing.

22 Sep 2023 | 06:27 pm
0 Likes

Report

Please describe about the report short and clearly.