예제 #1
0
파일: M.java 프로젝트: miller92time/SE450
 public static void main(String[] argv) {
   O o = new X();
   I i = o.getI();
   i.m();
 }