java編程思想筆記(五)類複用(代碼複用)和多態

1.代碼複用的方式:html   (1)類組合 java 如一個 噴水系統,須要用到水資源.函數   class WaterSource { private String s; //水資源 WaterSource() { System.out.println("WaterSource()"); s = new String("Constructed"); } //噴灑系統 public clas
相關文章
相關標籤/搜索