public Computer2Builder()
 {
     computer2 = new Computer_Product("Second Computer");
 }
Ejemplo n.º 2
0
 public Computer1Builder()
 {
     computer1 = new Computer_Product("First Computer");
 }
 public Computer3Builder()
 {
     computer3 = new Computer_Product("Third Computer");
 }