0
Виправлено

ebook design pattern (builder pattern) : constructor and reset method in CarManualBuilder class

Ranjit Ranjan 5 років тому оновлено anonymous 5 років тому 2

Let me know if below observations are correct.

  1. constructor name should be CarManualBuilder
  2. reset method should return new CarManualBuilder()

Відповідь

Відповідь
Виправлено

Thanks a lot! That's indeed a copy-paste bug. I've just fixed it. The fix will be on site within an hour.

reset method should  have : this.Manual= new Manual()

Відповідь
Виправлено

Thanks a lot! That's indeed a copy-paste bug. I've just fixed it. The fix will be on site within an hour.