Computer Science, asked by ritzgamper, 3 days ago

Is not intended to be a functioning program, though it may allow partial functioning. It is mainly designed to demonstrate what a purchased version is capable of doing, and often works more like an automated tutorial

Answers

Answered by geetaravuthbellad
0

Answer:

The  Functional programming method focuses on results, not the process

Emphasis is on what is to be computed

Data is immutable

Functional programming Decompose the problem into ‘functions

It is built on the concept of mathematical functions which uses conditional expressions and recursion to do perform the calculation

It does not support iteration like loop statements and conditional statements like If-Else

Explanation:

Similar questions