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

Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


What is class encapsulation?

0 Answers  


What are different oops concepts?

0 Answers  


how do u initialize the constant variables

5 Answers   IBM, Siemens,


What is the difference between an object and a class?

3 Answers  






what is the usage of clas templates

5 Answers  


which feature are not hold visual basic of oop?

0 Answers   Ignou,


How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)

1 Answers  


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

4 Answers   IBM, Polaris,


how much classes are used in c++

5 Answers  


What Is a Polymorphism? How many types of polymorphism and whats that use in application?

2 Answers  


which is platform independent device used in computers

2 Answers  


Categories