Know programming languages

Status
Not open for further replies.

Mahammad

Member level 3
Joined
Jul 8, 2011
Messages
56
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,632
Can anybody explain what is procedural oriented programming and oops in simple.i am a begineer in programming.please help
 

In procedural languages, the program statements are executed sequentially according to the programming logic. As programs get more complex, they become unmanageable. This is the disadvantage of Procedural languages. Example: C, FORTRAN, COBOL, Pascal, etc. Object Oriented. These languages divide the programs into objects. Every object has its own properties and actions. This approach has several advantages such as easy division of program into modules, reusability of existing code, clarity, etc.
characteristics of Procedure Oriented Language which are follows:
a) IT uses Top Down Programming approach in program design. The main task is divided into sub task and functions.
b.) All function share the data through global variable.
b) Data is less secure as it is available to all functions.
c) Procedural Language gives more importance to instruction and less importance to data.

**broken link removed**
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…