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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:51:49+00:00 2026-06-02T21:51:49+00:00

Possible Duplicate: Does C# support return type covariance? I’m not sure if I’m just

  • 0

Possible Duplicate:
Does C# support return type covariance?

I’m not sure if I’m just being stupid…

If I have an interface:

public interface IMoop
{
    object Moop();
}

Why can’t I implement it like so (I guess this would use implicit Covariance?)

public class MoopImplementor : IMoop
{
    string Moop();
}

Any instance of MoopImplementor would meet the contract specified by IMoop, so it seems like this should be ok.

Please enlighten me 🙂

EDIT: To be clear- since the implementing class returns something that inherits from the return type of the Interfaced method – I feel this should work. Specifically, a string IS an object. (and the same goes for any other inhertiance chain).

  • 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-02T21:51:51+00:00Added an answer on June 2, 2026 at 9:51 pm

    C# does not support return type covariance for the purposes of interface implementation or virtual method overrding. See this question for details:

    Does C# support return type covariance?

    C# does support generic covariance and contravariance of interfaces and delegate types that are constructed wtih reference types for the type arguments as of C# 4.

    And C# does support return type covariance when converting a method that returns a reference type to a delegate type whose return type is a compatible reference type. (And similarly it supports parameter type contravariance.)

    If this subject interests you, I have written a great many articles discussing various versions of variance that C# does and does not support. See

    https://blogs.msdn.microsoft.com/ericlippert/tag/covariance-and-contravariance/

    for details.

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

Sidebar

Related Questions

Possible Duplicate: Does anyone beside me just NOT get ASP.NET MVC? I dont know
Possible Duplicate: php - regular expression - PCRE does not support \L, \l, \N,
Possible Duplicate: Why does the JVM still not support tail-call optimization? I see so
Possible Duplicate: Inherit CSS class Does CSS support inheritance ? Assuming we have: .base
Possible Duplicate: Objective C multiple inheritance Hi, Objective C does not support multiple inheritance.
Possible Duplicate: Does a exception with just a raise have any use? Is there
Possible Duplicate: Does std::vector.clear() do delete (free memory) on each element? I have a
Possible Duplicate: Does fast enumeration in Objective-C guarantee the order of iteration? Just a
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: Why does C# not provide the C++ style ‘friend’ keyword? I'd like

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.