Q:

compile polymorphism vs dynamic polymorphism

0

what is difference the between compile polymorphism and dynamic polymorphism

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

compile Polymorphism that is resolved during compiler time is known as static polymorphism. Method overloading is an example of compile time polymorphism.

Dynamic polymorphism is a process in which a call to an overridden method is resolved at runtime, thats why it is called runtime polymorphism.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now