Exemplo n.º 1
0
void ConcreteBuilder2::BuildPartB()
{
	m_pProduct->setPartB("B");
	cout << "BuildPartB" << endl;
}