Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 17)
17.
Which of the following statements about polymorphism in Python is correct?
Polymorphism is achieved through method overloading only
Polymorphism is achieved through method overriding only
Polymorphism is achieved through both method overloading and overriding
Polymorphism is achieved through operator overloading only
Answer: Option
Explanation:
Polymorphism in Python is achieved through both method overloading and method overriding.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.