Ask Question
21 November, 05:02

To ensure that the original value of an argument passed to a method remains unchanged after returning from the method, you should use a reference parameter or an output parameter. True or false?

+1
Answers (1)
  1. 21 November, 08:38
    0
    false

    Explanation:

    A reference parameter passed into the method can be changed by the method, when the method changes all of a parameter's variables, the parameter will keep the changes after the method is returned.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “To ensure that the original value of an argument passed to a method remains unchanged after returning from the method, you should use a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers