Typeless programming in Java 5.0 with wildcards Martin Plumicke ¨ University of Cooperative Education Stuttgart Department of Information Technology Florianstraße 15, D–72160 Horb
[email protected]
class Matrix extends Vector { Matrix mul(Matrix m){ Matrix ret = new Matrix(); Integer i = 0; while(i