Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 46)
46.
How does Python achieve polymorphism through "parametric polymorphism"?
By explicitly specifying data types for objects
By using static typing to enforce object compatibility
By allowing objects to take on multiple forms based on their behavior
By 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.