Pergunta de entrevista da empresa Assignar

Functional vs object-oriented programming

Resposta da entrevista

Sigiloso

16 de nov. de 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.