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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:21:56+00:00 2026-06-07T12:21:56+00:00

If I have a Cat and Dog class that implement PetBase. And they each

  • 0

If I have a Cat and Dog class that implement PetBase. And they each hold an object called Owner. And Owner holds an object called Emotion. How would I limit accessing certain properties or functions or function parameters on the Emotion class based on whether it belongs to a Cat or Dog? Like so:

Dog d = new Dog();
d.Owner.Emotion.SetFearLevel(10); // dog owners can have a fear level from 1-10 so let the user decide.
Cat c = new Cat();
c.Owner.Emotion.SetFearLevel(); // all cat owners have the same fear level so I don't want the user to be able to pass in a parameter but still be able to call SetFearLevel(). How do I enforce this?

In this example, I want to restrict the Cat owners from being able to pass in a parameter to SetFearLevel(), but give the Dog owners the flexibility to be as afraid as they want (ie. be able to pass in a parameter to SetFearLevel()).

What do I have to change in the design?

[EDIT]

It was a toss up between Jordao’s and DavidFrancis’s answers. In the end, I went with DavidFrancis’s design due to the tree structure nature of the app.

  • 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-07T12:21:58+00:00Added an answer on June 7, 2026 at 12:21 pm

    SetFearLevel is a different signature so you need 2 different subtypes of a base Emotion type.
    Then you would need a separate owner subtype for each pet type.
    Return types can usually be Covariant (ie a subtype) so each owner subtype can return the specific Emotion subtype that applies to that owner.

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

Sidebar

Related Questions

I have one class called dog and another class called cat. Dog has an
I have a list of, let's say [Cat, Dog, Cow, Horse] , that I
Lets say I have two tables - Cat and Cat owner that are linked
Suppose I have class animal and classes cat and dog extending it. I want
Say you have this code: <div class=hello> <div class=cat dog/> </div> <div class=notASibling />
I have a file with the following information: dog<> cat<> cow<> bird<> tiger<> lion<>
I have this array: $pets = array( 'cat' => 'Lushy', 'dog' => 'Fido', 'fish'
I have some Html like: <div id=adiv> <ul> <li data-id=3>Cat</li> <li data-id=4>Dog</li> </ul> </div>
If I have a string that contains Cat how could I check before hand
I have a class that contains two arraylists which I'm trying to store objects

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.