What is polymorphism in Java?
Answers
Answered by
0
state of having many shapes
Answered by
3
Answer:
Polymorphism is the process of using a function for more than one purpose.
Explanation:
It also allows the use of different internal structure of the object by keeping the same external interface. This term is also derived from biology. The literal meaning is available in many forms.
It is very important in an object oriented programming.
Similar questions