Explain Polymorphism. Describe static and dynamic binding with the help of suitable programs.
Answers
Answered by
1
Explanation:
Static polymorphism is polymorphism that occurs at compile time, and dynamic polymorphism is polymorphism that occurs at runtime (during application execution). An aspect of static polymorphism is early binding. In early binding, the specific method to call is resolved at compile time.
Answered by
7
Answer:
What is static polymorphism and dynamic polymorphism?
Static polymorphism is polymorphism that occurs at compile time, and dynamic polymorphism is polymorphism that occurs at runtime (during application execution). An aspect of static polymorphism is early binding. In early binding, the specific method to call is resolved at compile time.
Similar questions