+ 4

What is difference between function and procedure?

11th Jul 2019, 1:46 PM
Sahil Hadke
Sahil Hadke - avatar
3 Réponses
+ 3
A procedure doesn't return anything (void in c++, Java...) A function return something.
11th Jul 2019, 2:15 PM
Drax
Drax - avatar
+ 2
Molnar Daniel function or method is the same.
13th Jul 2019, 7:25 AM
Manoj
Manoj - avatar
+ 1
It is possible for a function to also return nothing or void. I think the definition is somewhat language dependent.
13th Jul 2019, 12:00 AM
Sonic
Sonic - avatar