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 we use classes in oop?

0 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


What polymorphism means?

0 Answers  


Program to read a comment string

1 Answers   IBM,


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


What is oop in simple words?

1 Answers  


143.what is oops principles?

10 Answers  


What do you mean by Encapsulation?

0 Answers   Ittiam Systems,


what is ltti

1 Answers   Unisys,


What is object in oop with example?

0 Answers  


what is the difference between containership and inheritence?

1 Answers  


What is interface? When and where is it used?

0 Answers  


Categories