Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top