Computer Science, asked by dalton3640, 1 year ago

Define polymorphism. Explain its types.

Answers

Answered by Anchalsinghrajput
0
poly means many
morphisms means form
in c++
polymorphism is the process of accessing a message in more than one form...
in java
Polymorphism is the ability of an object to take on many forms.
Polymorphism in Java has two types: Compile time polymorphism (static binding) and Runtime polymorphism (dynamic binding)
Similar questions