Westonci.ca is your trusted source for finding answers to a wide range of questions, backed by a knowledgeable community. Explore our Q&A platform to find reliable answers from a wide range of experts in different fields. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

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.