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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:09:43+00:00 2026-05-13T07:09:43+00:00

I have two interfaces IDto1 and IDto2. IDto2 inherits IDto1. Both interfaces are for

  • 0

I have two interfaces IDto1 and IDto2. IDto2 inherits IDto1. Both interfaces are for DTOs and so I wish to keep “complex” code out of their implementations – I do this by putting a single extension method Initialize in a static class for each interface.

So I end up with the following types IDto1, IDto2, IDto1Extensions, IDto2Extensions.

I wish to have the Initialize extension method on both interfaces, but for each to have a different implementation.

In client code I want to use code like this:

(dto as IDto1).Initialize();

…and I’d like the relevant extension method to be invoked based on the resolved type of the dto variable at runtime.

Is this possible in C# and if not why not?

Edit:

Sorry, of course this:

(dto as IDto1).Initialize();

…will invoke the Initialize method on the IDto1 type. I meant that the dto variable would be passed in as an argument to a method, under which circumstances I believe the method would be chosen polymorphically given the inheritance hierarchy I specified earlier.

Thanks for all your answers.

  • 1 1 Answer
  • 1 View
  • 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-13T07:09:44+00:00Added an answer on May 13, 2026 at 7:09 am

    What you are trying to achieve here is some sort of polymorphysm. Extension methods are static methods. In OOP polymorphysm is applicable only for instance methods.

    An option could be to switch to abstract classes.

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

Sidebar

Related Questions

If I have two interfaces , both quite different in their purposes , but
I have two interfaces; ISet and ISet<T> Both implement Add, Remove and Clear but
I have two interfaces IHeaderRow , and IDetailRow I then have an object that
I have two interfaces A and B and B is extending A. I have
I have two entities Visita and Cliente that implements respectively two interfaces IVisita and
Lets say I have two interfaces interface A and interface B: public interface A
I have two network interfaces on my Solaris machine and the output of ifconfig
I have two Java interfaces and one implementing class. (I have used Eclipse to
I have the following two interfaces: public interface IMembershipProvider { object Login(ILoginProviderParameters loginParameters); void
I have two distinct (no inheritance) interfaces: IInvestable and IPricable and two classes: IndexClass

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.