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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:54:49+00:00 2026-05-18T23:54:49+00:00

In keeping with the Repository pattern of data input, I’ve a question in regards

  • 0

In keeping with the Repository pattern of data input, I’ve a question in regards to using inherited classes. For instance, suppose I would have the class…

class Employee

IEmployeeRepository
{
 Add(Employee employee);
}

This works fine, nothing wrong with it so far… but now let’s say I continue on..

class Manager : Employee

Okay, now let’s assume that I never need to enter a manager different than an Employee? What’s the best approach here? Would a scenario such as ..

IEmployeeRepository
{
 Add<T>(T employee) where T : Employee
}

Be the best approach, or do I need to abstract a different repository for each type?

  • 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-18T23:54:50+00:00Added an answer on May 18, 2026 at 11:54 pm

    If they are all employees, I would probably create an interface and constrain it to that. For example:

    IEmployeeRepository
    {
     Add<T>(T employee) where T : IEmployee
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have trouble keeping track of the properties of a Model instance. For example
I have a Git media repository where I'm keeping all of my JavaScript and
I have some trouble with the repository pattern. Or maybe just some unclear points.
I am keeping some application meta data in SharedPreferences . Whenever I uninstall the
I have problem with keeping my model (represented as List) in sync with a
I have been working on keeping things object oriented for my project. Currently, I'm
We have a bare repository on a remote server that people can connect to
I have a repository that i pulled the changes for, so now it is
I am using git for source control and push my changes to a repository
I have a project I manage out of a git repository. We use the

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.