Can anybody plz define me the meaning of procedure oriented? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anybody plz define me the meaning of procedure oriented?

17th Aug 2016, 11:04 AM
Mohit Huria
Mohit Huria - avatar
6 Answers
+ 1
I think that's a quite old term, actually. Procedures are often times considered to be functions (from functional programming) with side effects. Procedure-oriented programming is a contrasting programming paradigm to object-oriented programming.
17th Aug 2016, 2:24 PM
Stefan
Stefan - avatar
0
There we use functions that's why we call it procedure oriented m I right?, stefan
17th Aug 2016, 2:28 PM
Mohit Huria
Mohit Huria - avatar
0
The important part is that procedures not necessarily have no side effects. Functions, on the other hand, in a strict interpretation have no side effects, i.e. only manipulate memory that is local to them. Object orientation is something very different to functional programming as objects represent memory outside of the functions themselves and this memory is commonly modified (exactly the side effects I was talking about earlier). Object orientation is, from that point of view, an opposite approach to programming.
17th Aug 2016, 2:44 PM
Stefan
Stefan - avatar
0
Okayi got it 🙌
17th Aug 2016, 2:47 PM
Mohit Huria
Mohit Huria - avatar
0
Excellent 👍
17th Aug 2016, 2:49 PM
Stefan
Stefan - avatar
0
Stefan could u plz tell me the working behind the pattern printing programs
17th Aug 2016, 2:52 PM
Mohit Huria
Mohit Huria - avatar