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

What exactly is polymorphism?

0 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


What is a scope operator and tell me its functionality?

3 Answers   emc2,


What is a mixin class?

4 Answers  






What is class in oop with example?

0 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

0 Answers  


what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


Why static Function is used in C++?

4 Answers   TCS,


what is difference between thread and programme.

1 Answers   NCC,


Where is pseudocode used?

0 Answers  


Categories