What is functional programming? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What is functional programming?

basic difference between functional paradigm and OOP.

22nd Aug 2017, 5:51 PM
Muhammad Fahad
Muhammad Fahad - avatar
1 Réponse
+ 3
do you really mean functional programming (like lisp or F#) or imperative/procedural programming?Functional programming is based on lambda-Calculus entire program is composed only from functions which is simplifies to normal form.To only one function.There is no used states of program(static or global variable).On the other site the oop has different approch based on three basic features (encapsulate, inheritanc and polymorphism) Very simply sad,dude;))) This theory is more complex and deep!Try to lok at the wiki: https://en.m.wikipedia.org/wiki/Functional_programming
22nd Aug 2017, 8:05 PM
Highman
Highman - avatar