Answer the following statements true (T) or false (F)
1. When you call a method that has a reference parameter, you must also write the keyword ref before the argument.
2. When you pass an argument to a ref parameter, that argument must already be set to some value.
3. When you call a method that has an output parameter, you must also write the keyword out before the argument.
4. A method that has an output parameter must set the output parameter to some value before it finishes executing.
1. true
2. true
3. true
4. true
Computer Science & Information Technology
You might also like to view...
A compiler is a program that translates computer language instructions into English
Indicate whether the statement is true or false
Computer Science & Information Technology
Color saturation changes the intensity of colors.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology