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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:38:28+00:00 2026-05-12T11:38:28+00:00

I know there are LOTS of reasons why you would compose a certain object

  • 0

I know there are LOTS of reasons why you would compose a certain object inside another one. Some schools of thought have made explicit the reasons for architecting a program a certain way e.g. ‘data-driven design’ or ‘domain-driven design’. I’m still a beginner to OOP, and it’s often hard for me to understand why one object should be contained by another. Sometimes, I find myself with an object that seems awesome, and then I get to the point where I realize, “Okay, now I have to put this somewhere?” Is the reasoning behind this similar to where I’d decide put a file on my hard disk?

I have a couple guiding principles for this:

  • If it models a relationship in the physical world.
  • If the composer has data needed to construct the object.
  • If the composed object will be listening to the composer.

What do you look for when you make this decision?

  • 1 1 Answer
  • 3 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-12T11:38:29+00:00Added an answer on May 12, 2026 at 11:38 am

    Well, one very simple concept that helped me with this is simply the concept of “has a” versus “is a”. Ask yourself, is the contained object something the containing object has, or is it something the containing object is? If it’s something the containing object has, then containment is appropriate. Otherwise maybe you should be looking at inheritance.

    A dog IS an animal, and has a nose, so it’s:

    class Animal
    {
    }
    
    class Dog : Animal
    {
        Nose n;
    }
    

    Now this works fine. One “problem” with this approach is that you tightly couple noses and dogs, so sometimes you’ll see things like containing an interface pointer rather than an object, or you might Google “Dependency Injection”. But as the saying goes, “has a” and “is a” is often close enough for government work.

    Early on, just try lots of examples and over time it will become natural. If you end up with spaghetti, throw some meatballs at it and try again! 🙂

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

Sidebar

Related Questions

1) I know there are lots of web sites that describe in what order
I know that there are lots of threads on gcc, particularly command gcc failed
I know that there are lots of examples out there on this, but they
I know that there is an allocator for user applications than handles lots of
There are LOTS of iphone-related questions of this type. I know; I read them
There are cases when one needs a memory efficient to store lots of objects.
I know there are lots of question like this. But I don't want to
I know there are lots of libraries that read byte codes that are written
I know there are lots of libraries that read byte codes that are written
I know there are lots of questions to do with this already, and I've

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.