public CPU createCPU()
 {
     return cpu = new MultimediaCPU();
 }
 public CPU createCPU()
 {
     return cpu = new GamingCPU();
 }
 public CPU createCPU()
 {
     return cpu = new BusinessCPU();
 }
Exemple #4
0
 public CPU createCPU()
 {
     return(cpu = new MultimediaCPU());
 }
Exemple #5
0
 public CPU createCPU()
 {
     return(cpu = new BusinessCPU());
 }
Exemple #6
0
 public CPU createCPU()
 {
     return(cpu = new GamingCPU());
 }