COMMUNITY COLLEGES OF THE PHILIPPINES FOUNDATION - Interactive Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Learn to Change, Change to Learn
 
HomePortalLatest imagesRegisterLog in
My Students I Miss You All! You can post your questions regarding your subjects in our forum, etc. Programming, Visual Basic, C++,Multi-Dev......

 

 Compare Procedure-Oriented and Object-Oriented Programming?

Go down 
AuthorMessage
cabanatuanoldspeedclub
Jr-Captain
Jr-Captain
cabanatuanoldspeedclub


Posts : 49
Join date : 2009-06-24
Age : 36
Location : Cabanatuan City

Compare Procedure-Oriented and Object-Oriented Programming? Empty
PostSubject: Compare Procedure-Oriented and Object-Oriented Programming?   Compare Procedure-Oriented and Object-Oriented Programming? Empty28th July 2009, 09:46

Procedure Oriented Programming
1.Prime focus is on functions and procedures that operate on data
2.Large programs are divided into smaller program units called functions
3.Data and the functions that act up it are treated as separate entities.
4.Data move freely around the systems from one function to another.
5.Program design follows “Top Down Approach”.
--------------------------------------…
Object Oriented Programming
1.Here more emphasis is laid on the data that is being operated and not the functions or procedures
2.Programs are divided into what are called objects.
3.Both data and functions are treated together as an integral entity.
4.Data is hidden and cannot be accessed by external functions.
5.Program design follows “Bottom UP Approach”.

Procedure-Oriented vs Object-Oriented/Event-Driven

Procedure-oriented

Emphasis of a program is on how to accomplish a task

User has little, if any, control

Object-oriented/Event-driven

Emphasis of a program is on the objects included in the interface and the events that occur on those objects

User has a lot of control


Last edited by cabanatuanoldspeedclub on 28th July 2009, 10:04; edited 2 times in total (Reason for editing : wrong spelling)
Back to top Go down
 
Compare Procedure-Oriented and Object-Oriented Programming?
Back to top 
Page 1 of 1
 Similar topics
-
» Java (programming language)
» The Basics Of Java Programming

Permissions in this forum:You cannot reply to topics in this forum
COMMUNITY COLLEGES OF THE PHILIPPINES FOUNDATION - Interactive Forum :: Computer Generation :: Advance Informative Topics-
Jump to: