Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)
I am facing problem with understanding functional programming. What exactly is functional programming and why to use it?

1 Answer

0 votes
by (119k points)
edited by

Functional programming is nothing but using functions in your programming languages like Python, C, Java, etc. We can use predefined functions or define our own functions based on the problem. Instead of writing the same logic, again and again, we can simply recall that earlier defined function. We can change the data in these functions. It makes our code efficient and easy to understand. 

You can have a look at this video for an understanding of functional programming:

Related questions

0 votes
1 answer
asked Mar 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Mar 2, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...