Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Parameters - What are the four types of parameters?

Answer

A method can take in four different kinds of arguments, each of which can be either a value or a reference to a variable. There are four types of parameters: value, reference, output, and parameter arrays. Arguments sent into the method call supply the real values of these parameters.