public Computer2Builder() { computer2 = new Computer_Product("Second Computer"); }
public Computer1Builder() { computer1 = new Computer_Product("First Computer"); }
public Computer3Builder() { computer3 = new Computer_Product("Third Computer"); }