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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:59:27+00:00 2026-05-13T15:59:27+00:00

In C# can we do the following like C++? public void myMethod(int i, MyClass

  • 0

In C# can we do the following like C++?

public void myMethod(int i, MyClass obj, int value=100){

}

Another question is MyClass is a reference type, if there is no ref before it, it will pass a copy of the MyClass into the method but not the reference?

thanks,

  • 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-13T15:59:27+00:00Added an answer on May 13, 2026 at 3:59 pm

    Others have correctly answered the optional parameter part: you can specify a default value for a parameter in C# 4. (There are various restrictions, e.g. mandatory parameters have to come before optional ones, and the default value has to be a compile-time constant.)

    <gratuitous plug>See C# in Depth, 2nd edition, chapter 13 for more details</gratuitous plug>

    For the “parameter passing” aspect – all arguments are passed by value by default, but in the case of reference type the argument is a reference, not the object. Changes to the object will be visible to the caller, but if you change the parameter itself to refer to a different object, that change won’t be visible to the caller. (It won’t change the value of the caller’s variable.) See my article on parameter passing for details.

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

Sidebar

Related Questions

I have a method as following: public void MyMethod(object obj){ // implement } And
How can you do something like the following in C#? Type _nullableEnumType = typeof(Enum?);
I have a class that look like the following: public class MyClass { ...
I have a method like the following: public void ImportDataCommand() { // some data
Given the following interface: public interface IMyProcessor { void Process(); } I'd like to
In Microsoft's view injection sample/article they have the code like the following: public void
I have the following code: import org.apache.commons.lang.exception.ExceptionUtils; public void myMethod() { try { //
I have a method that contains an asynchronous call like this: public void MyMethod()
I would like to implement the following suggestion from CodeContracts: CodeContracts: MyModule: Method MyModule.MyClass.MyMethod:
How can you do something like the following? $('.myDivs').ontouchstart(function(){ alert('touch'); }) the only way

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.