What is functional programming and memory issues in on the performance basis?
Answer Posted / Saurabh Kumar Rastogi
Functional programming is a programming paradigm that emphasizes the use of functions, immutability, and higher-order functions. In terms of memory usage, functional programming can be more memory efficient because it avoids mutable state, which can lead to issues like data corruption and performance degradation over time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers