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
What is private in c#?
How much time will it take to learn unity?
What is transparent caching with aop ?
How do you create dlls in .NET
Different between method overriding and method overloading?
Explain concurrency with aop?
Can I call a virtual method from a constructor/destructor?
What is the difference between struct and class c#?
What is the purpose of abstract class in c#?
Expalin the way you implement inheritance by using VB.NET/C#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Explain types of comment in c# with examples
Is c# front end or back end?
What is meaning of type safety in c#?
What is the difference between convert and parse in c#?