Computer Science, asked by nusratbee380, 1 day ago

explain polymorphism describes static and dynamic binding with the help of suitable programs

Answers

Answered by mamathathallapelli52
0

Answer:

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 trisha2117
1

Answer:

Hey!! Here's your answer -

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