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

how to swap to variables without using thrid variable in java?

5 Answers  


What is polymorphism in oops with example?

0 Answers  


how to tackle technical questions

1 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  






What is the difference between encapsulation and polymorphism?

0 Answers  


What is constructor in oop?

0 Answers  


What do you mean by inline function?

6 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.

4 Answers   HCL,


How Do you Code Composition and Aggregation in C++ ?

3 Answers   IBM, NET,


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


Categories