Saturday, July 18, 2020

Functions

How do you make something you want to do in any programming language?
You do this through the code. But which code? 
The code that tells camputer to do something. And this is called the function. 
There is also a function in Mathematics. Are the concepts similar. 
In many ways they are similar. Because in Essence the function is making 
something from its inputs. The rogramming takes this ability and makes it possible 
to enter inputs and wait for the camputer to do that thing. It is a very interesting topic. 
I would dare to state that it would be near impossible to do many things in programming 
if there is no function option. So if the programmer wants to make an object he/she 
makes a function and enters something as a input and camputer listens to this command 
and gives that object in response.

No comments:

Post a Comment

Dscience for everybody: Concepts over tools

Dscience for everybody: Concepts over tools : While it is true that you will be more valued if you can use as many tools, you need to master...