Difference between referencial side effects and functional side effects
Answers
Answered by
0
Explanation:
a function has side effects we call it a procedure, so functions do not have side effects. We consider that a function has a side effect if it modifies a mutable data structure or variable, uses IO, throws an exception or halts an error; all of these things are considered side effects.
Answered by
0
Explanation:
..
the differential side effects and functional side
Similar questions
English,
6 months ago
English,
6 months ago
Science,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago