0
1.4kviews
Differentiate between procedure and object oriented language.
1 Answer
0
26views

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 …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.