2016年12月15日

java前测题

摘要: 第1題 class Atom { Atom() { System.out.print("atom "); }}class Rock extends Atom { Rock(String type) { System.out.print(type); }}public class Mountain e 阅读全文

posted @ 2016-12-15 16:18 xcshehe 阅读(607) 评论(0) 推荐(0)

导航