+1 vote
in Dot Net by

What is the difference between ref & out parameters?

1 Answer

0 votes
by

An argument passed as ref must be initialized before passing to the method whereas out parameter needs not to be initialized before passing to a method

Related questions

+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri
+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri
...