Building Programs with Functions
Learn how to use functions to build programs.
We'll cover the following
In functional programming, functions are the primary tools for building a program. We cannot create a useful program without writing or using functions. They receive data, complete some operations, and return a value. They are usually short and expressive.
Multiple little functions are combined to create a larger program. The complexity of building a larger application is reduced when the functions have these properties:
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy