What is OOPS and How it is different from Procedural
Programming ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / chumma
Oops ->Structural Programming (C++)
Procedural Programming (C)
| Is This Answer Correct ? | 31 Yes | 77 No |
What is difference between new and malloc?
What is deep and shalow copy?
143.what is oops principles?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is oops and why we use oops?
What is the point of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
which is best institute to learn c,c++ in ameerpet hyderabad
what is the difference between class and structure in C++?
diff between Virtual mathod and abstract method?
What is abstraction encapsulation?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?