what is reference parameter?
what is out parameters?
what is difference these two?
Answer Posted / anna
a ref parameter must first be initialized before being
passed from the calling function to the called function.
but a out parameter need not be initialized, we can pass it
directly
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
Which namespace is required to implement trace ?
Can we override interface methods in c#?
What is a derived class in c#?
What is routing in c#?
What is difference between for and foreach loop in c#?
Why can't we use a static class instead of singleton?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is verbatim string?
What are virtual destructors?
What is difference between dll and exe in c#?
What is the default value of decimal in c#?
What is use of a HashTable in .NET?
Why we use extension methods in c#?
What is an assembly qualified name
Explain the working of serialization?