Question d’entretien chez Assignar

Functional vs object-oriented programming

Réponse à la question d'entretien

Utilisateur anonyme

16 nov. 2021

-Functional programming emphasizes on evaluation of functions while Object oriented programming based o concept of objects. -Functional programming uses immutable data while OOP uses the mutable data -FP supports parallel programming while oop does not support it. -The basic elements of functional programming are variables and functions while the basic elements of OOP are objects and methods.