In Java, this is:
3 main types of polymorphism?
- ad hoc polymorphism
- Parametric polymorphism
- Subtype polymorphism
And everyone realizes polymorphism?
OR
Or is it a different implementation of polymorphism?
Can you paint in detail with examples of "polymorphism"?
Polymorphism is
"one interface - many implementations"
OR
"one interface - many methods"
and how is it different?