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 delegation in oops?
How do you create partial methods?
Can we make a class private in c#?
Is c# the same as d flat?
What is the meaning of 0 in c#?
Explain hash table in c# ?
Explain circular reference in c#?
What is use of private class in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Which is more efficient for loop or while loop?
What is difference between overloading and short circuiting?
Where do we use static class in c#?
Can we inherit partial class in c#?
What is the difference between list and dictionary in c#?
Is there any sample c# code for simple threading?