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 |
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
when to use 'mutable' keyword and when to use 'const cast' in c++
How oops is better than procedural?
Can a destructor be called directly?
What is the Advantage of Interface over the Inheritance in OOPS?
what is the drawback of classical methods in oops?
What is polymorphism and its types?
What is the difference between a constructor and a destructor?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
What are oops functions?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
How to calculate the age from the date of birth by using the program?