/// <summary> /// Constrcuctor for CellphoneBuilder /// </summary> public CellphoneBuilder() { phone = new Phone("Cellphone"); }
/// <summary> /// /// </summary> public TelephoneBuilder() { phone = new Phone("Telephone"); }
public void CreatePhone() { phone = new Phone(); }