Select from following answers:- Method handled the variable as referenc data type
- Variable is not initialized before it is passed.
- Whenver you pass a value type into method, it always create copy of the data.

- All Above
Any modification that user make to the copy would not affect the original value becuase method always work with a copy of variable
Show Correct Answer
Source: Microsoft self paced training | |
Alert Moderator