Ask a Question

Differentiate between procedural oriented programming and object oriented programming?


Rajni

on 2013-10-16 09:30:00  

In a procedural program, modules interact by reading and writing state that is stored in shared data structures. In an object oriented program, modules in the form of objects interact by sending messages to other objects. The importance of the object oriented paradigm is not as much in the language mechanism as it is in the thinking and design process.