Vagaro Interview Question

What is difference between out and ref parameters?

Interview Answer

Anonymous

Sep 19, 2023

When an argument is passed as a ref, it must be initialized before it can be passed to the method. An out parameter, on the other hand, need not to be initialized before passing to a method.