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