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 difference between list and ilist in c#?
How we convert private assembly into public assembly?
Which is faster abstract class or interface in c#?
What is object pool in .net?
Can we have only “try” block without “catch” block in c#?
What happens if a static constructor throws an exception?
Which program construct must return a value?
Define delegate?
What is a datacontract?
What is callback delegate in c#?
Why do we use stringbuilder in c#?
In howmany ways can you deploy an assembly?
Name the two classes are required for implementing a windows service?
Is enum a value type c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?