Ask Question
14 September, 20:45

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. 15 September, 00:34
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers