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