Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6040091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:27:50+00:00 2026-05-23T06:27:50+00:00

I was looking at design pattern, but got confused between Factory and Abstract Factory

  • 0

I was looking at design pattern, but got confused between Factory and Abstract Factory Pattern. will any one please explain the differences when to follow which pattern.

Thanx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T06:27:51+00:00Added an answer on May 23, 2026 at 6:27 am

    An Abstract Factory is aimed at creating groups of related objects. The interface of an Abstract Factory will typically contain a number of Factory Methods, one for each type of object to be created.

    Here’s an example of an Abstract Factory:

    public abstract class AnimalFactory
    {
        public abstract Animal CreateFish();
        public abstract Animal CreateBird();
        public abstract Animal CreateMammal();
    }
    
    public class AfricanAnimalFactory : AnimalFactory
    {
        public override Animal CreateFish()
        {
            return new Reedfish();
        }
    
        public override Animal CreateBird();
        {
            return new Flamingo();
        }
    
        public override Animal CreateMammal();
        {
            return new Lion();
        }
    }
    

    Related resources:

    • Abstract Factory Design Pattern
    • Factory Method Design Pattern
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a design pattern to manage a pool of objects. A thread
I'm looking for feedback on the Data Access Object design pattern and using it
I am looking to design a database for a website where users will be
I'm looking to design an application that will require some deep control over IP
I'm looking to see if I can design a HtmlHelper extension method that will
I'm looking for a design\pattern to my problem. I want to declare a singleton
I am looking for a design pattern that handles large data sets over the
Ok - I've been looking at the MVC design pattern, and need to clarify
I'm looking for help identifying this design pattern and learning the typical vocabulary it
I'm playing around with the (MVVM) Model View View Model design pattern but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.