Computer Science, asked by planetrangers4earth, 8 months ago

In java, impure function uses call by ___. ​

Answers

Answered by venkatavineela3
1

Answer:

Explanation:

Impure functions,also called modifier functions, are those that can cause a change of state in the object. That means, values of the object’s instance variables get modified or changed depending on the current state of the object on which the function operates. Such functions can cause some unwanted side effects if not carefully controlled by the access-modifier.

they must be called by reference because they modify the actual arguments

Answered by Gautam5678
0

Answer:

In java,, impure function uses call by script of Java

Similar questions