What is procedure language?

Answer:

Answer

A procedural language is a programming language in which everything is processed in the order it appears to the computer.

In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events.

PHP is both a procedural and object-oriented language, depending on the way it is used.

First answer by Nq2h. Last edit by Ishantchaturvedi. Contributor trust: 2 [recommend contributor recommended]. Question popularity: 13 [recommend question].