Types of Programming Languages:
Procedure Oriented programming
Function Oriented programming
Object Oriented programming
Scripting languages
Logic Programming
Imperative Programming
In POP, the program is divided into procedures.that perform a specific task.
These procedures can be called from other program parts, allowing for flexible programming and code reuse.
Example of POP:
C,COBOL,BASIC,FORTRAN,Pascal....
Function Oriented programming:
Functional programming languages are more flexible when compared to POP.
It is composed of a series of functions.
No comments:
Post a Comment
Thank you Very Much.For Given Comment