Question d’entretien chez Vagaro

What is difference between out and ref parameters?

Réponse à la question d'entretien

Utilisateur anonyme

19 sept. 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.