Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 16)
16.
What is static polymorphism?
The ability of a function to take different types of arguments
The ability of an object to take on multiple forms or types at runtime
The ability to define custom behavior for operators in a class
The ability to resolve method calls at compile-time
Answer: Option
Explanation:
Static polymorphism in Python, also known as compile-time polymorphism, involves resolving method calls at compile-time based on the method signatures.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.