Saturday, May 5, 2018

C#: What is the difference between ref and out keywords

In C Sharp (C#) we can have three types of parameters in a function. The parameters can be in parameter (which is not returned back to the caller of the function), out parameter and ref parameter. We have lots of differences in both of them.

ASP.NET

No comments:

Post a Comment