示例#1
0
文件: M.java 项目: miller92time/SE450
 public static void main(String[] argv) {
   O o = new X();
   I i = o.getI();
   i.m();
 }