Beispiel #1
0
 public static void main(String[] argv) {
   O o = new X();
   I i = o.getI();
   i.m();
 }