• Skip to primary navigation
  • Skip to content
  • Skip to footer
DEV Bookmarks Amar Junankar
  • C++
  • </Code>
  • Design and Architecture
  • Soft Skills
  • Misc
  • About

    Abstract Factory Design Pattern

    • Design
      • SOLID Principles
    • Design Patterns
      • Singleton
      • Abstract Factory
      • Visitor
    • Data Structures
      • Disjoint Sets

    Abstract Factory Design Pattern

    Intent:

    Interface for creating families of related or dependent objects without specifying concrete classes.

    Factory of factories:

    Factory interface to create concrete factories which will produce family of related or dependent products.

    References:

    • Singleton Design Pattern
    • Abstract Factory in C++
    • Design Patterns: Factories
    • Design Patterns: Adapter and Façade
    Previous Next
    • Follow:
    • LinkedIn
    • GitHub
    • Feed
    © 2021 Amar Junankar. Powered by Jekyll & Minimal Mistakes.