What exactly is a Class Factory?

后端 未结 5 614
星月不相逢
星月不相逢 2020-12-01 04:38

I see the word thrown around often, and I may have used it myself in code and libraries over time, but I never really got it. In most write-ups I came across, they just went

5条回答
  •  Happy的楠姐
    2020-12-01 05:09

    The Wikipedia article gives a pretty good definition: http://en.wikipedia.org/wiki/Factory_pattern

    But probably the most authoritative definition would be found in the Design Patterns book by Gamma et al. (commonly called the Gang of Four Book).

提交回复
热议问题