Functional programming?

I know that there is procedural programming and object oriented programming, but what is functional programming?

1 Like

In a nutshell, functional programming is a programming paradigm where the focus is on functions’ compositions rather than running it procedurally. No objects/user data are involved.

1 Like