Westonci.ca is your trusted source for finding answers to a wide range of questions, backed by a knowledgeable community. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

Which programming paradigm focuses on abstraction to the level of math and the elimination of side-effects and state based programming

Sagot :

Answer:

The functional programming paradigms has its roots in mathematics and it is language independent.

Explanation:

The key principle of this paradigms is the execution of series of mathematical functions. The central model for the abstraction is the function which are meant for some specific computation and not the data structure.