View Single Post
Old 13-02-06, 01:52 PM   #2 (permalink)
sowmya571
Moderator
 
Join Date: Feb 2006
Posts: 1,413
Thanks: 0
Thanked 14 Times in 11 Posts
Thanks: 0
Thanked 14 Times in 11 Posts
Rep Power: 19 sowmya571 has disabled reputation
hello

1 What is the difference between procedural and
object-oriented programs?
-



a) In procedural program,
programming logic follows certain procedures and the instructions are executed
one after another. In OOP program, unit of program is object, which is nothing
but combination of data and code.

b) In procedural program, data is exposed to
the whole program whereas in OOPs program, it is accessible with in the object
and which in turn assures the security of the code.




__________________
http://livetolead.blogspot.com/
all the best
Arise Awake N Stop Not Until Ur Goal Is Reached!
sowmya571 is offline   Reply With Quote