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