what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / aravazhi
normally while we are passing values to other methods it
will pass copy of the values.But we use ref or out
parameter it pass reference of values.
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
Why do we need interface in c#?
What are winforms in c#?
What is function and method in c#?
What is string interpolation in c#?
What are the Features in .net framework 1.1
How to put assembly in gac?
What is parse method in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
Why abstract class is not instantiated in c#?
What is a method signature?
If I want to override a method one of class A and in class b then how do you declare?
What is the reason behind the invention of c#?
What is executereader in c#?
Explain when should you call the garbage collector in .net?
What is a service layer c#?