Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 1)
1.
In Python, what is polymorphism?
The ability of a class to inherit from multiple classes
The ability of a function to take different types of arguments
The ability of an object to take on multiple forms or types
The ability to create instances of a class
Answer: Option
Explanation:
Polymorphism in Python refers to the ability of an object to take on multiple forms or types.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.