Hi,
There is a nice article (
http://www.javaworld.com/javaworld/jw-10-2001/jw-1005-java101-p2.html) that discusses the four type of
polymorphism:
coercion, overloading, parametric and inclusion (subtype).
The article states that (in 2001)
Java only supported three types, not including parametric.
The article suggests that Java 1.5 would include support for parametric polymorphism.
My question, does it? If so any examples? If not, is it scheduled?
Cheers,
Simon.