Prakash Kumar
What is the difference between “out” and “ref” parameters in C#?
By Prakash Kumar in .NET on Oct 27 2016
  • Prakash Kumar
    Oct, 2016 27

    out” parameter can be passed to a method and it need not be initialized where as “ref” parameter has to be initialized before it is used.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS