Наследование: ISubject
Пример #1
0
 //Interface
 public ConcreteBuilder() { this.mProduct = new Product(); }