public CPU makeCPU() { lapCPU = new LaptopCPU(); return(lapCPU); }
public CPU makeCPU() { busCPU = new BusinessCPU(); return(busCPU); }