What is the difference between ref & out parameters?
Answer Posted / satya
ref keyword is used while passing the parameters by reference.
out keyword is used while passing the parameters by out
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you inherit multiple abstract classes in c#?
What is datarelation c#?
What are satellite assemblies?
What do you mean by serialization in .NET?
Name the property of the textbox which cannot be changed at runtime?
What are collections in c#?
What .exe means?
What is boxing and unboxing in c#?
In a single .NET DLL how many classes it contains?
What is dbml file in c#?
What is asax file in c#?
Is int a class in c#?
Why use “using” in c#?
Ho we can see assembly information?
How do I stop my console from closing in c#?