java代碼複用的三種方法

package test;this public class TestAggregation{  public static void main(String[]args){   CPU cpu = new CPU();   Computer c = new Computer();   c.setCPU(cpu);   c.powerOn();   Computer2 c2 = new Compu
相關文章
相關標籤/搜索