lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
Structs cannot be instantiated without using the new operator.
A. False
B. True
Method parameters (ref, out)
If a parameter is declared for a method without ref or out, the parameter can have a value associated with it. That value can be changed in the method, but the changed value will not be retained when control passes back to the calling procedure.
Links:
struct