Inheritance: ISubject
Esempio n. 1
0
 //Interface
 public ConcreteBuilder() { this.mProduct = new Product(); }