Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 41)
41.
How is polymorphism related to the concept of "parametric polymorphism"?
Polymorphism in Python is based on explicit type declarations
"Parametric polymorphism" refers to the ability of objects to take on multiple forms, which is a form of polymorphism
Polymorphism in Python is achieved through static typing
"Parametric polymorphism" refers to defining functions or classes that can operate on different data types
Answer: Option
Explanation:
"Parametric polymorphism" in Python refers to defining functions or classes that can operate on different data types, contributing to polymorphic behavior.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.