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

  • Home
  • SEARCH
  • 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 805431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:04:46+00:00 2026-05-15T00:04:46+00:00

Can someone tell me if this class structure is bad? class abstract Parent{ public

  • 0

Can someone tell me if this class structure is bad?

class abstract Parent{
  public Child Foo(){
    return new Child();
  }
}

class Child : Parent{}

I’ve heard that referring to a derived type from a base type is always bad and signs of bad design. Can someone tell me why this is bad or even if it is bad?

  • 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-15T00:04:47+00:00Added an answer on May 15, 2026 at 12:04 am

    To elaborate on dkackman’s answer, your factory ideally would return objects of child types, but declared as the parent type.

    class Factory
    {
        public Parent Foo()
        {
            return new Child();
        }
    
        public Parent Bar()
        {
            return new OtherChild();
        }
    }
    

    The basic idea is that your calling code shouldn’t care which child class it gets back. This is one concept of the Liskov Substitution Principle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone tell me if this is a bug in the SDK/IDE: Any custom
Can someone tell me why this doesnt work. When I enter the loop it
Can someone tell my when to use Overlay or when to use ItemizedOverlay class!
Can someone tell me, how I can access all contacts relating to a specific
I am using a worker thread inside a CDialog class. theApp.m_pWorkerThread = AfxBeginThread(Threadproc,this); Now
I have a method which looks like this public void setDayIntervals(Days day, List<HourRange> ranges)
I have this programming assignment that converts between meters and feet, and between kilograms
Hello I have the following proble: I have the action class of a view
I am getting this exception when I attempt to access an object that is
I have a pretty simple local service that I'm trying to bind to my

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.