Abstract Factory Design Pattern

From JholJhapata
Revision as of 15:16, 8 December 2019 by Admin (talk | contribs) (Created page with "Abstract Factory pattern is almost similar to Factory Pattern is considered as another layer of abstraction over factory pattern. Abstract Factory patterns work around a super...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract Factory pattern is almost similar to Factory Pattern is considered as another layer of abstraction over factory pattern. Abstract Factory patterns work around a super-factory which creates other factories.