in reply to Re^3: How do I go from procedural to object oriented programming?
in thread How do I go from procedural to object oriented programming?
There are other languages that distinguish between functions and procedures with function meaning "a subroutine that does return a value" and procedure meaning "a subroutine that doesn't return anything". For example Pascal or any procedural extension to SQL I've ever seen. (Microsoft's TSQL, Oracles PL/SQL, ...)
I think it's actually a little unlucky that C books speak about "void functions" rather than "procedures".
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: How do I go from procedural to object oriented programming?
by salva (Canon) on Apr 21, 2015 at 09:10 UTC | |
by Jenda (Abbot) on Apr 21, 2015 at 13:25 UTC | |
by salva (Canon) on Apr 21, 2015 at 14:19 UTC | |
by Jenda (Abbot) on Apr 21, 2015 at 14:43 UTC | |
by einhverfr (Friar) on Apr 21, 2015 at 15:10 UTC | |
by salva (Canon) on Apr 21, 2015 at 15:40 UTC |