0
1.8kviews
Differentiate between procedure and object oriented language.
1 Answer
written 3.9 years ago by |
Procedure oriented programming language
A procedure oriented programming language is one in which procedure i.e. method or functions are given more significance. Here, one function calls another.
There can be global variables and local variables to each function.
Figure below shows how a procedure oriented programming operates.
In this type …