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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:45:48+00:00 2026-05-13T06:45:48+00:00

Since, an interface doesn’t encompass a static method, is there any way to make

  • 0

Since, an interface doesn’t encompass a static method, is there any way to make a static method mandatory to be implemented in the implemented/derived class?

If not, is there any other way to achieve this objective?

I am actually making all my database classes look like this:

class MyClass : IMyClass, IPersistant
{
public int ID {get;set}
.....
.....
public int SaveOrUpdate(){}//returns the ID
public static MyClass Get(int id){}
public static IEnumerable<MyClass> Get(){}
public bool Delete(){}
}
  • 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-13T06:45:48+00:00Added an answer on May 13, 2026 at 6:45 am

    No, there isn’t. Static methods aren’t polymorphic.

    There’s currently no good way of doing this, really. You can have parallel type hierarchies – one for instances and one sort of “meta” hierarchy with instance methods where you’d otherwise have static ones, but that gets pretty ugly too.

    If you could say more about what you’re trying to do, we may be able to come up with alternative suggestions.

    EDIT: It looks like you really want a Repository<T> parallel hierarchy for fetching individual items or collections.

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

Sidebar

Related Questions

I've run into an Objective-C problem that doesn't seem to make any sense to
Removed the colon which wasn't supposed to be there since my selector doesn't have
Since I'm a C#-/.NET-guy, I'm used to explicit interface implementations - like so: public
Good news! Since version 4.8 BerkeleyDB has c# interface. BerkeleyDB is a quite interesting
Do interfaces (polymorphic class solely with pure virtual functions) have a vtable? Since interfaces
since memcpy should be highly optimized nowadays, does it still make sense to optimize
Since now I have only used plugin for editing and the way I use
How can I implement this fluent interface in C++: class Base { public: Base&
PHP is somewhat crippled since it doesn't have return types (yet). I need my
I am trying to check if a type implements the generic ICollection<T> interface, since

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.