InterviewSolution
Saved Bookmarks
| 1. |
What Are Function Purity Levels? |
|
Answer» Function purity levels DEFINE what type of DATA structures can be read or modified by a function. There are four function purity levels, which are given as follows:
Function purity levels define what type of data structures can be read or modified by a function. There are four function purity levels, which are given as follows:
|
|