GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS
Go To First  |  Previous Question  |  Next Question 
 OOPS  |  Question 30 of 68    Print  
difference between object-oriented programming and procedure oriented programming

  
Total Answers and Comments: 4 Last Update: August 15, 2007     Asked by: Manpreet Kaur 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: raga_sivasankar
 
This is method of thinking to resolve the problem ( implimenting the applicaiton using software languages).
    
        - POP : Procedure thinking   ( modular approach of solve the problem)
         -OOP : Object Thinking ( object oriented thinking to solve the problem).

-Siva


Above answer was rated as good by the following members:
harishbabu, kanchibhotla, krishnaba, usman009
October 27, 2006 00:29:23   #1  
dhivya        

RE: difference between object-oriented programming an...

The object oriented program deals with objects created on the basis of classes

example: java c++..

but procedure oriented program deals with functions

example:c..


 
Is this answer useful? Yes | No
December 13, 2006 02:15:28   #2  
sapna        

RE: difference between object-oriented programming an...

In Procedural programming Programmer combines related sequences of statements
into one single place called procedure. A procedure call is used to invoke the
procedure. After the sequence is processed flow of control proceeds right after
the position where the call was made. But the approach in oops is that classes
and objects are used to model real world entity taking help of methods which
performs the functions.


Emphasis is laid on tasks in prod. approach whereas in oops concept emphasis
is on things that does the tasks.


Thanks- Sapna


 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
December 14, 2006 00:28:06   #3  
Pushpa Siva Kumar        

RE: difference between object-oriented programming an...

Procedure oriented programming - Gives importance to algorithm rather than data. It follows Top-down structures.

example : Pascal and C

Object oriented programming - Gives importance to data rather than algorithm. It follows Bottom-up structures.Every thing is viewed as an object.It includes features like data hiding polymorphism encapsulation and message passing.

example : C++ and Java


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
August 14, 2007 06:36:17   #4  
raga_sivasankar        

RE: difference between object-oriented programming an...
This is method of thinking to resolve the problem ( implimenting the applicaiton using software languages).

- POP : Procedure thinking ( modular approach of solve the problem)
-OOP : Object Thinking ( object oriented thinking to solve the problem).

-Siva

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 3Overall Rating: -2    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape