| Article: |
Generic Types, Part 1 | |
| Subject: | Regarding wild card characters in Generics in Java | |
| Date: | 2008-03-26 23:01:19 | |
| From: | Prashant Bendale | |
| I have a class B which inherits from class A. I have a collection Vector<? extends A>. why cant I cast it to Vector since B inherits from A? | ||
Showing messages 1 through 1 of 1.





I have a class B which inherits from class A. I have a collection Vector<? extends A>. why cant I cast it to Vector since B inherits from A?