How many values can be returned from a method in C#?

 Posted by vishalneeraj-24503 on 1/13/2014 | Category: C# Interview questions | Views: 2062 | Points: 40
Answer:

We can return only one value from method or function,but we can use ref or out variable to change more than one value in called method.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response