default parameters and C#

  • Thread starter Thread starter Neil Zanella
  • Start date Start date
N

Neil Zanella

Hello,

Out of curiosity, does anyone know how come default parameters were
left out of the C# specification. It seems to me that this feature
from C++ comes in handy at times despite the fact that the same
goal can be accomplished by overloading a method with different
signatures. I would appreciate any comments on the subject
matter.

Thank you for your feedback,

Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top