What is OOPS and How it is different from Procedural
Programming ?

Answers were Sorted based on User's Feedback



What is OOPS and How it is different from Procedural Programming ?..

Answer / jayasrinivas.donavalli

In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.

Is This Answer Correct ?    25 Yes 49 No

What is OOPS and How it is different from Procedural Programming ?..

Answer / manish

OOPS is an object oriented language which led it's emphasis
on the set of codes called object rather then it's
procedure......but in the procedural language,procedure is
given more improtance

Is This Answer Correct ?    8 Yes 45 No

What is OOPS and How it is different from Procedural Programming ?..

Answer / chumma

Oops ->Structural Programming (C++)
Procedural Programming (C)

Is This Answer Correct ?    31 Yes 77 No

Post New Answer

More OOPS Interview Questions

Why is it so that we can have virtual constructors but we cannot have virtual destructors?

2 Answers  


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


How oops is better than procedural?

0 Answers  


Can a destructor be called directly?

0 Answers  


What is the Advantage of Interface over the Inheritance in OOPS?

4 Answers  






what is the drawback of classical methods in oops?

0 Answers  


What is polymorphism and its types?

0 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


What are oops functions?

0 Answers  


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


Categories