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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:50:23+00:00 2026-06-01T08:50:23+00:00

I am wondering why the following is marked as an error with no suitable

  • 0

I am wondering why the following is marked as an error with no suitable method found to override in VS2010 (.NET 4):

public override string ToString(int foo=0) {
     // some stuff
}

I’ve found this which seems somewhat similar (at least also surprising behavior with optional parameters), but I don’t understand why this method does not override ToString().

Now I’m obviously aware how to easily fix this problem by overloading ToString, so I’m not interested in solutions for the problem, but in the rationale behind this limitation.

  • 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-01T08:50:24+00:00Added an answer on June 1, 2026 at 8:50 am

    It simply doesn’t have the same signature. Overriding methods are limited to strictly the same signature as the method that they are overriding, and optional parameters aren’t just syntactic sugar for overloading; they’re also part of the method signature and even part of the resultant IL code.

    This:

    public virtual string ToString();
    

    Is not the same as this:

    public override string ToString(int foo = 0);
    

    No matter how you slice it. So, error.

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

Sidebar

Related Questions

I'm wondering why the following code doesn't work: String test = new String(new byte[]
I am wondering why the following regex does not match. string query = \1
I was wondering whether the following is undefined behavior // Case 1: int *p
I'm wondering if the following is possible: The method Regex.Match can receive an enum,
I was wondering if the following error, System.Web.HttpException: Unable to serialize the session state.
Wondering if following will work for google in robots.txt Disallow: /*.action I need to
Just wondering if the following is considered to be good programming practice or not?
Just wondering how the following sql query would look in linq for Entity Framework...
Just wondering if the following expressions used for Value are equivalent (the column Contrib
I am wondering why the following two types struct { double re[2]; }; and

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.