Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 4)
4.
How is polymorphism achieved?
Through method overloading
Through method overriding
Through both method overloading and overriding
Through the use of classes and inheritance
Answer: Option
Explanation:
Polymorphism in Python is achieved through both method overloading (not in the traditional sense) and method overriding.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.