A programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.
Total Questions
2
Display Order
#23
Category
Programming
Pure functions (same output for same input), immutability, function composition, first-class functions, higher-order functions, and avoiding side effects.