Bits and pieces of Functional Programming
Jul 1, 2021 · 8 min read · Functional programming is just another programming paradigm like Object-Oriented Programming, procedural, etc. But OOP is like an imperative paradigm where we use statements to change the program's state. And FP is a particular type of declarative pa...
HHimanshu commented