Ask Question
8 October, 19:41

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?

+4
Answers (1)
  1. 8 October, 19:54
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers