difference between plugin pattern and factory pattern

  • Thread starter Thread starter DAXU
  • Start date Start date
D

DAXU

Hi,

I am bit confused about the differences between plugin pattern and
factory pattern. Can someone explain the differences?

Many Thanks

Jerry
 
Which "plugin pattern"? I assume by factory pattern, you're referring to the
one described in Design Patterns by Gamma, et. al. It's certainly a pretty
standard design pattern. In fact, I think most of the patterns from that
book are pretty much "industry standard." But there isn't, as far as I know,
any single Plugin Pattern, unless there's a specific one you're referring
to. Without knowing which pattern you're referring to, I don't know if
anyone can answer your question.
 
Back
Top