Computer Science, asked by gamersteem7, 1 month ago

Explain Polymorphism. Describe static and dynamic binding with the help of suitable programs.​

Answers

Answered by mansurihumaia123
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 Aveek77
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