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.
[quoted text, click to view] "DAXU" <DAXU@hotmail.com> wrote in message
news:5fa2dc0b-2191-482b-8bbf-bfecacda5d5e@d4g2000prg.googlegroups.com...
> Hi,
>
> I am bit confused about the differences between plugin pattern and
> factory pattern. Can someone explain the differences?
>
> Many Thanks
>
> Jerry