?public class Initial {?public static void main(String[] args) {??// TODO Auto-generated method stub??? Telphone tel1 =new Cellphone(); ??? tel1.call();??? tel1.message();??? Telphone tel2 =new Smartphone();??? tel2.call();??? tel2.message();??? ??? IPlayGame ip1 = new Smartphone();//這句總是報錯??? IPlayGame ip2 =new Psp();?? ???}}??
代碼報錯不知道原因
qq_還有什么過不了_0
2015-12-29 11:14:57