Procedural languages are used in the traditional programming that is based on algorithms or a logical step-by-step process for solving a problem. Non-procedural programming languages allow users and professional programmers to specify the results they want without specifying how to solve the problem. examples are FORTRAN,C++,COBOL,ALGOL etc
OR we can put it this way:
Procedural language determines WHAT & HOW a process should be done, Non-procedural language is concerned with the WHAT not the HOW. Non-proc languages are those languages where you specify what conditions the answer should satisfy, but not how to obtain it.
本文探讨了过程式编程语言与非过程式编程语言的区别。过程式语言关注问题解决的具体步骤,而非过程式语言则侧重于定义问题的目标,而不涉及实现细节。文中列举了一些典型的过程式语言例子,如FORTRAN、C++等。
5188

被折叠的 条评论
为什么被折叠?



