Passing a reference type by value is done to protect:
a) the original object from being modified
b) the reference itself from being modified
c) data outside the bounds of an array
d) All of the above.
b) the reference itself from being modified
Computer Science & Information Technology
You might also like to view...
________ provide form templates that can be used to create forms quickly
Fill in the blank(s) with correct word
Computer Science & Information Technology
A(n) ______ allows two modules to communicate with each other.
a. data structure b. axiom c. interface d. client
Computer Science & Information Technology