Builder: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Riga 243:
void ShowPizza()
{
std::cout «<< " Yummy !!!" «<< std::endl
«<< "Pizza with Dough as " «<< dough
«<< ", Sauce as " «<< sauce
«<< " and Topping as " «<< topping
«<< " !!! " «<< std::endl;
}
};