what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / rvs varma
Ref parameter can be used as both input and o/p parameter
out parameter can be used as only output parameter
| Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Can we inherit private members of class in c#?
What is a partial class. Give an example?
What is property c#?
How can you use abstract class and interface?
Is array value type in c#?
What are cshtml files?
What is the difference between throw and throw ex?
What is variable and its classification?
Which is faster abstract class or interface in c#?
What are c# types?
What happens if you add duplicate elements to a set?
Why do I get a syntax error when trying to declare a variable called checked?
How to use session under class file of APP_Code folder?
What do you mean by winforms in c#?