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 8869327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:27:42+00:00 2026-06-14T17:27:42+00:00

The motivation for using Static Factory methods staes as: The most obvious motivation for

  • 0

The motivation for using Static Factory methods staes as:

The most obvious motivation for Replace Constructor with Factory
Method comes with replacing a type code with subclassing.

You have an object that often is created with a type code but now
needs subclasses. The exact subclass is based on the type code.

However, constructors can only return an instance of the object that
is asked for. So you need to replace the constructor with a factory
method.

Can anyone please explain this with code? And what does this type code mean?

  • 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-06-14T17:27:43+00:00Added an answer on June 14, 2026 at 5:27 pm

    Imagine we have a Person class with a field called type to indicate if that person is a teacher or a student. This will be the type code.

    Now imagine we replace this type field with an object hierarchy: Person class with 2 subclasses Teacher and Student.

    If I use the constructors then I can only create a specific type of person i.e. new Teacher() or new Student()

    but if I want a method that creates a different kind of person based on some logic then I can do:

    public static Person newPerson() {
       // can return either a Teacher or a Student
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I learned that one of the motivation for copy constructor using is to avoid
Motivation : I often want to paste the results of a quick analysis using
I'm interesting with statistic and motivation of using task list in VS. Why are
Motivation and Problem There are several libraries for generating html markup strings using ruby
Motivation for Question : Generating 64-bit and 32-bit code requires two seperate full-program-compiles, and
I am currently doing some research in using PhoneGap instead of write different code
How can I open a web-page and receive its cookies using PHP? The motivation
Motivation To utilize Selenium's CSS selector mechanism alongside with CSS attribute selectors and the
(Motivation: Consider a problem where you have to select a sports team from a
Motivation: I have fxcop integrated in the build process, which makes fxcopcmd.exe run each

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.